Преглед изворни кода

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

Eric Andersen пре 21 година
родитељ
комит
860d8b8215
1 измењених фајлова са 1 додато и 1 уклоњено
  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>