summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-17 18:34:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-17 18:34:15 +0000
commit789f5785a650e9cee4c292e33520f2ff9206df17 (patch)
tree2d49fd5823a0430bcc8a33d4dadd37c04bcd368d /ldso/include/ldso.h
parent14ad6760690b422e2d0f709c06a543196a6da2c0 (diff)
Use PAGE_SIZE rather than hard coding 4096
Diffstat (limited to 'ldso/include/ldso.h')
-rw-r--r--ldso/include/ldso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index b5ccbfaef..a7e885a06 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -9,3 +9,5 @@
#include <ld_syscall.h>
#include <ld_hash.h>
#include <ld_string.h>
+/* Pull in the arch specific page size */
+#include <asm/page.h>