summaryrefslogtreecommitdiff
path: root/libc/misc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-04 17:34:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-04 17:34:07 +0000
commitdf1496fd55deb8df8a1f5d8534854190dfa75a3b (patch)
tree537d8ca325430436f1a33a6de7dc34c7d33a82ed /libc/misc
parent29af1a2189f8740663562816896c141794b25714 (diff)
doh
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/internals/__uClibc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c
index e94d954e1..6d5a930b1 100644
--- a/libc/misc/internals/__uClibc_main.c
+++ b/libc/misc/internals/__uClibc_main.c
@@ -17,7 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include <elf.h>
-#include <asm/page.h>
+#include <sys/user.h>
#ifdef __UCLIBC_PROPOLICE__
extern void __guard_setup(void);
#endif