浏览代码

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 <string.h>
 #include <elf.h>
+#include <asm/page.h>
 #ifdef __UCLIBC_PROPOLICE__
 extern void __guard_setup(void);
 #endif