From 5b61513518417b2d3a0d0bb246d3a8189e176587 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Feb 2004 06:37:02 +0000 Subject: Provide the ldso syscalls and string funcs earlier in the list --- ldso/include/ldso.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index a23e89355..c87bac440 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -7,10 +7,8 @@ #include /* Pull in the arch specific type information */ #include -/* Now the ldso specific headers */ -#include +/* Pull in the ldso syscalls and string functions */ #include -#include #include /* Pull in the arch specific page size */ #include @@ -18,6 +16,9 @@ # define PAGE_SHIFT 12 # define PAGE_SIZE (1UL << PAGE_SHIFT) #endif +/* Now the ldso specific headers */ +#include +#include /* Prepare for the case that `__builtin_expect' is not available. */ #if __GNUC__ == 2 && __GNUC_MINOR__ < 96 -- cgit v1.2.3