diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-08-04 16:15:42 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-08-04 16:15:42 +0000 |
commit | 29af1a2189f8740663562816896c141794b25714 (patch) | |
tree | b4c976abccd2b39d7c82154a3226d14e1afc105f /libc/misc | |
parent | 1b7084ce1aec02cfa69028ac1b858bda84a4a4c5 (diff) |
Add missing header file needed to define PAGE_SIZE
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/internals/__uClibc_main.c | 1 |
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 |