Эх сурвалжийг харах

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

Eric Andersen 21 жил өмнө
parent
commit
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>