From a92b3b7566e7378642f8c1a24f9adff89a7c346c Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 23 Feb 2006 15:37:04 +0000 Subject: Include bits/uClibc_page.h before dl-syscall.h as the latter may need the defines from the former. --- ldso/include/ldso.h | 4 ++-- 1 file 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 /* Pull in the arch specific type information */ #include +/* Pull in the arch specific page size */ +#include /* Pull in the ldso syscalls and string functions */ #include #include -/* Pull in the arch specific page size */ -#include /* Now the ldso specific headers */ #include #include -- cgit v1.2.3