summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf.h b/elf.h
index 1bba0228bf..861f1d3840 100644
--- a/elf.h
+++ b/elf.h
@@ -1123,6 +1123,7 @@ typedef struct elf64_note {
Elf64_Word n_type; /* Content type */
} Elf64_Nhdr;
+#ifdef ELF_CLASS
#if ELF_CLASS == ELFCLASS32
#define elfhdr elf32_hdr
@@ -1165,5 +1166,7 @@ typedef struct elf64_note {
# endif
#endif
+#endif /* ELF_CLASS */
+
#endif /* _QEMU_ELF_H */