diff --git a/ndk_patches/elf.h b/ndk_patches/elf.h index ce96bd5d3..36bff4ef6 100644 --- a/ndk_patches/elf.h +++ b/ndk_patches/elf.h @@ -19,14 +19,13 @@ #ifndef _ELF_H #define _ELF_H 1 -#include +#include +#include __BEGIN_DECLS /* Standard ELF types. */ -#include - /* Type for a 16-bit quantity. */ typedef uint16_t Elf32_Half; typedef uint16_t Elf64_Half;