projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999c788
)
x86 headers: include linux/types.h
author
Ingo Molnar
<mingo@elte.hu>
Fri, 13 Feb 2009 12:23:02 +0000
(13:23 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 13 Feb 2009 12:23:02 +0000
(13:23 +0100)
To properly pick up types relied on by prototypes like 'bool'.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/page.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/page.h
b/arch/x86/include/asm/page.h
index 467ce69306b25b866584bdfec8401ac35328ab8b..89ed9d70b0aa6b65158b22b536677429281ea46b 100644
(file)
--- 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>