diff options
Diffstat (limited to 'ldso/include/dl-elf.h')
-rw-r--r-- | ldso/include/dl-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/include/dl-elf.h b/ldso/include/dl-elf.h index 04c450fc5..4cab5505f 100644 --- a/ldso/include/dl-elf.h +++ b/ldso/include/dl-elf.h @@ -1,7 +1,7 @@ #ifndef LINUXELF_H #define LINUXELF_H -#include <ld_sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */ +#include <dl-sysdep.h> /* before elf.h to get ELF_USES_RELOCA right */ #include <elf.h> #include <link.h> |