diff options
Diffstat (limited to 'sysdeps/generic/dl-sysdep.c')
-rw-r--r-- | sysdeps/generic/dl-sysdep.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/generic/dl-sysdep.c b/sysdeps/generic/dl-sysdep.c index 21b470c6ae..8db0c7889f 100644 --- a/sysdeps/generic/dl-sysdep.c +++ b/sysdeps/generic/dl-sysdep.c @@ -18,15 +18,15 @@ Boston, MA 02111-1307, USA. */ #include <elf.h> -#include <entry.h> +#include <fcntl.h> +#include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/mman.h> -#include <fcntl.h> -#include <link.h> -#include <unistd.h> +#include <elf/ldsodefs.h> #include <stdio-common/_itoa.h> +#include <entry.h> #include <dl-machine.h> #include <dl-procinfo.h> |