X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/9462fe825706d989e7ce1a758e2ef87594d8ce2b..cc7bcfa238fd1f86dac86c24372fe9594834f56f:/ndk_patches/elf.h diff --git a/ndk_patches/elf.h b/ndk_patches/elf.h index ce96bd5d..36bff4ef 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;