From: Fredrik Fornwall Date: Sun, 8 May 2016 23:02:21 +0000 (-0400) Subject: ndk_patches/elf.h: Fix gdb build X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/03144f78042ac14bd305e3ab4c71abf76ea3d1f0?ds=inline ndk_patches/elf.h: Fix gdb build --- 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;