Browse Source

Add missing header file needed to define PAGE_SIZE

Eric Andersen 21 years ago
parent
commit
29af1a2189
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/misc/internals/__uClibc_main.c

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