diff options
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 9a2a1052f1..5a613587f2 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -18,14 +18,14 @@ Boston, MA 02111-1307, USA. */ #include <alloca.h> -#include <link.h> -#include <assert.h> #include <string.h> #include <unistd.h> - +#include <elf/ldsodefs.h> #include "dl-hash.h" #include <dl-machine.h> +#include <assert.h> + #define VERSTAG(tag) (DT_NUM + DT_PROCNUM + DT_VERSIONTAGIDX (tag)) /* We need this string more than once. */ |