Gitweb: http://git.kernel.org/linus/c1da90fd099531e9449019dc53a5a02a5eaef2b4 Commit: c1da90fd099531e9449019dc53a5a02a5eaef2b4 Parent: 2cfeb9a6755d4d7be1026422b6aced48e3bad492 Author: Helge Deller <deller@gmx.de> AuthorDate: Mon Jan 26 22:24:38 2009 +0100 Committer: Kyle McMartin <kyle@treachery.i.cabal.ca> CommitDate: Fri Mar 13 01:18:56 2009 -0400 parisc: fix 64bit build Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca> --- arch/parisc/include/asm/assembly.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/parisc/include/asm/assembly.h b/arch/parisc/include/asm/assembly.h index ab7cc37..89fb400 100644 --- a/arch/parisc/include/asm/assembly.h +++ b/arch/parisc/include/asm/assembly.h @@ -79,6 +79,7 @@ #include <asm/asm-offsets.h> #include <asm/page.h> +#include <asm/types.h> #include <asm/asmregs.h> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
