Jelajahi Sumber

Include bits/uClibc_page.h before dl-syscall.h as the latter may
need the defines from the former.

Peter Kjellerstedt 18 tahun lalu
induk
melakukan
a92b3b7566
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      ldso/include/ldso.h

+ 2 - 2
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>