diff options
Diffstat (limited to 'elf/dl-profile.c')
-rw-r--r-- | elf/dl-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-profile.c b/elf/dl-profile.c index cd3f07eb3e..5839dede67 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -23,11 +23,11 @@ #include <fcntl.h> #include <inttypes.h> #include <limits.h> -#include <link.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> +#include <elf/ldsodefs.h> #include <sys/gmon.h> #include <sys/gmon_out.h> #include <sys/mman.h> |