aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r--elf/dl-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c
index 0f3a4c5f66..36932bb5b6 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -20,9 +20,9 @@
/* This file defines some things that for the dynamic linker are defined in
rtld.c and dl-sysdep.c in ways appropriate to bootstrap dynamic linking. */
-#include <link.h>
#include <stdlib.h>
#include <unistd.h>
+#include <elf/ldsodefs.h>
#include <dl-machine.h>
extern char *__progname;