From 03144f78042ac14bd305e3ab4c71abf76ea3d1f0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 8 May 2016 19:02:21 -0400 Subject: [PATCH] ndk_patches/elf.h: Fix gdb build --- ndk_patches/elf.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.11.0