diff options
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c index c5a5fde285..4bec833634 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -17,11 +17,11 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <link.h> #include <dlfcn.h> -#include <stdlib.h> #include <errno.h> +#include <stdlib.h> #include <bits/libc-lock.h> +#include <elf/ldsodefs.h> extern ElfW(Addr) _dl_sysdep_start (void **start_argptr, |