diff options
Diffstat (limited to 'include/elf.h')
-rw-r--r-- | include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 288ffef78..0da4bf7a7 100644 --- a/include/elf.h +++ b/include/elf.h @@ -28,6 +28,7 @@ extern "C" { /* Standard ELF types. */ #include <stdint.h> +#include <endian.h> /* Type for a 16-bit quantity. */ typedef uint16_t Elf32_Half; |