summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-23 15:37:04 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-02-23 15:37:04 +0000
commita92b3b7566e7378642f8c1a24f9adff89a7c346c (patch)
tree559855452b8bb148a1867cedb68bb9abb7fb3e51 /ldso/include
parentaecc5b0cf7d3d12dbd28d1d3ad49d8cdd8dbe958 (diff)
Include bits/uClibc_page.h before dl-syscall.h as the latter may
need the defines from the former.
Diffstat (limited to 'ldso/include')
-rw-r--r--ldso/include/ldso.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 9d4de14e2..0a3f70691 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -30,11 +30,11 @@
#include <bits/wordsize.h>
/* Pull in the arch specific type information */
#include <sys/types.h>
+/* Pull in the arch specific page size */
+#include <bits/uClibc_page.h>
/* Pull in the ldso syscalls and string functions */
#include <dl-syscall.h>
#include <dl-string.h>
-/* Pull in the arch specific page size */
-#include <bits/uClibc_page.h>
/* Now the ldso specific headers */
#include <dl-elf.h>
#include <dl-hash.h>