Browse Source

Let dl-string.h include dl-sysdep.h, since it has proper include guards

Eric Andersen 21 năm trước cách đây
mục cha
commit
860d8b8215
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ldso/include/dl-elf.h

+ 1 - 1
ldso/include/dl-elf.h

@@ -1,7 +1,7 @@
 #ifndef LINUXELF_H
 #define LINUXELF_H
 
-#include <dl-sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */
+#include <dl-string.h> /* before elf.h to get ELF_USES_RELOCA right */
 #include <elf.h>
 #include <link.h>