summaryrefslogtreecommitdiff
path: root/utils/readsoname.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-10 09:41:56 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-10 09:41:56 +0000
commitc0847e68b7330e6897e3a07fd7f489ab2e8aeaba (patch)
tree992885f3884a613b15870653ecd837744ea7bec1 /utils/readsoname.c
parentef92d76ba0cce9148e3f10094f086c06d10513b5 (diff)
Fixup header file naming
Diffstat (limited to 'utils/readsoname.c')
-rw-r--r--utils/readsoname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/readsoname.c b/utils/readsoname.c
index 12c2428f2..813710c98 100644
--- a/utils/readsoname.c
+++ b/utils/readsoname.c
@@ -7,7 +7,7 @@
#include <link.h>
#include <unistd.h>
#include <sys/types.h>
-#include <ld_elf.h>
+#include "dl-elf.h"
#include "readsoname.h"
void warn(char *fmt, ...);