瀏覽代碼

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>