diff options
Diffstat (limited to 'elf/sprof.c')
-rw-r--r-- | elf/sprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/sprof.c b/elf/sprof.c index 924d1ea3c1..95e96646d1 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -25,7 +25,6 @@ #include <fcntl.h> #include <inttypes.h> #include <libintl.h> -#include <link.h> #include <locale.h> #include <obstack.h> #include <search.h> @@ -33,6 +32,7 @@ #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> |