Browse Source

Fixup header file naming

Eric Andersen 21 years ago
parent
commit
c0847e68b7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      utils/ldconfig.c
  2. 1 1
      utils/readsoname.c

+ 1 - 1
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

+ 1 - 1
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, ...);