summaryrefslogtreecommitdiff
path: root/utils
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
parentef92d76ba0cce9148e3f10094f086c06d10513b5 (diff)
Fixup header file naming
Diffstat (limited to 'utils')
-rw-r--r--utils/ldconfig.c2
-rw-r--r--utils/readsoname.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/ldconfig.c b/utils/ldconfig.c
index cf7c001dd..d47c9e0bc 100644
--- a/utils/ldconfig.c
+++ b/utils/ldconfig.c
@@ -37,7 +37,7 @@
#include <errno.h>
#include <sys/stat.h>
#include <sys/mman.h>
-#include <ld_elf.h>
+#include "dl-elf.h"
#include "readsoname.h"
struct exec
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, ...);