Prechádzať zdrojové kódy

Add missing header file needed to define PAGE_SIZE

Eric Andersen 21 rokov pred
rodič
commit
29af1a2189
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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 <stdlib.h>
 #include <string.h>
 #include <string.h>
 #include <elf.h>
 #include <elf.h>
+#include <asm/page.h>
 #ifdef __UCLIBC_PROPOLICE__
 #ifdef __UCLIBC_PROPOLICE__
 extern void __guard_setup(void);
 extern void __guard_setup(void);
 #endif
 #endif