--- 25-akpm/include/asm-s390/types.h | 2 ++ 25-akpm/include/asm-sh/types.h | 2 ++ 25-akpm/include/asm-x86_64/types.h | 2 ++ 3 files changed, 6 insertions(+) diff -puN include/asm-s390/types.h~types_h-needs-config_h include/asm-s390/types.h --- 25/include/asm-s390/types.h~types_h-needs-config_h 2004-03-28 23:02:57.481365480 -0800 +++ 25-akpm/include/asm-s390/types.h 2004-03-28 23:02:57.486364720 -0800 @@ -50,6 +50,8 @@ typedef __signed__ long saddr_t; */ #ifdef __KERNEL__ +#include + #ifndef __s390x__ #define BITS_PER_LONG 32 #else diff -puN include/asm-sh/types.h~types_h-needs-config_h include/asm-sh/types.h --- 25/include/asm-sh/types.h~types_h-needs-config_h 2004-03-28 23:02:57.482365328 -0800 +++ 25-akpm/include/asm-sh/types.h 2004-03-28 23:02:57.486364720 -0800 @@ -31,6 +31,8 @@ typedef unsigned long long __u64; */ #ifdef __KERNEL__ +#include + #define BITS_PER_LONG 32 #ifndef __ASSEMBLY__ diff -puN include/asm-x86_64/types.h~types_h-needs-config_h include/asm-x86_64/types.h --- 25/include/asm-x86_64/types.h~types_h-needs-config_h 2004-03-28 23:02:57.484365024 -0800 +++ 25-akpm/include/asm-x86_64/types.h 2004-03-28 23:02:57.486364720 -0800 @@ -29,6 +29,8 @@ typedef unsigned long long __u64; */ #ifdef __KERNEL__ +#include + #define BITS_PER_LONG 64 #ifndef __ASSEMBLY__ _