diff options
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 06c8ad57b4..c75a91392e 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -20,10 +20,10 @@ #include <elf.h> #include <errno.h> #include <fcntl.h> -#include <link.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <elf/ldsodefs.h> #include <sys/mman.h> #include <sys/stat.h> #include <sys/types.h> |