diff --git a/include/elf.h b/include/elf.h index 633f499..44be07f 100644 --- a/include/elf.h +++ b/include/elf.h @@ -286,7 +286,7 @@ #define SHN_COMMON 0xfff2 #define SHN_HIRESERVE 0xffff -typedef struct { +typedef struct elf32_shdr { Elf32_Word sh_name; Elf32_Word sh_type; Elf32_Word sh_flags;