summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-04 16:15:42 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-04 16:15:42 +0000
commit29af1a2189f8740663562816896c141794b25714 (patch)
treeb4c976abccd2b39d7c82154a3226d14e1afc105f /libc
parent1b7084ce1aec02cfa69028ac1b858bda84a4a4c5 (diff)
Add missing header file needed to define PAGE_SIZE
Diffstat (limited to 'libc')
-rw-r--r--libc/misc/internals/__uClibc_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c
index a1bb460c6..e94d954e1 100644
--- a/libc/misc/internals/__uClibc_main.c
+++ b/libc/misc/internals/__uClibc_main.c
@@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <elf.h>
+#include <asm/page.h>
#ifdef __UCLIBC_PROPOLICE__
extern void __guard_setup(void);
#endif