瀏覽代碼

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>
Ingo Molnar 16 年之前
父節點
當前提交
56cefcea7c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/x86/include/asm/page.h

+ 2 - 0
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>