commit | 56cefcea7c8769ffc04a5609e6ac849e36685468 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Feb 13 13:23:02 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Feb 13 13:23:02 2009 +0100 |
tree | 534045fcda407f5563f6cbad6d21d23694ab4428 | |
parent | 999c7880cc8eeb0cbe6610b8c6d0ab0ec51cd848 [diff] [blame] |
x86 headers: include linux/types.h To properly pick up types relied on by prototypes like 'bool'. Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/include/asm/page.h b/arch/x86/include/asm/page.h index 467ce69..89ed9d7 100644 --- a/arch/x86/include/asm/page.h +++ b/arch/x86/include/asm/page.h
@@ -1,6 +1,8 @@ #ifndef _ASM_X86_PAGE_H #define _ASM_X86_PAGE_H +#include <linux/types.h> + #ifdef __KERNEL__ #include <asm/page_types.h>