Fixed compilation of C code using ELF headers.

This commit is contained in:
Alex Smith
2012-07-09 14:35:01 +01:00
parent 8c5e747190
commit 85d4a8bc4e
+1 -1
View File
@@ -272,7 +272,7 @@
#endif
#define DEFINE_ELF_TYPE(type, name) \
struct _ELF_TYPE(type); \
typedef _ELF_TYPE(type) name
typedef struct _ELF_TYPE(type) name
DEFINE_ELF_TYPE(Ehdr, elf_ehdr);
DEFINE_ELF_TYPE(Phdr, elf_phdr);