فهرست منبع

Add missing header file needed to define PAGE_SIZE

Eric Andersen 21 سال پیش
والد
کامیت
29af1a2189
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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