From: Ingo Molnar Date: Fri, 13 Feb 2009 12:23:02 +0000 (+0100) Subject: x86 headers: include linux/types.h X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=56cefcea7c8769ffc04a5609e6ac849e36685468;p=linux-edison.git x86 headers: include linux/types.h To properly pick up types relied on by prototypes like 'bool'. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/include/asm/page.h b/arch/x86/include/asm/page.h index 467ce69306b..89ed9d70b0a 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 + #ifdef __KERNEL__ #include