Browse Source

ndk_patches/elf.h: Fix gdb build

android-5
Fredrik Fornwall 9 years ago
parent
commit
03144f7804
  1. 5
      ndk_patches/elf.h

5
ndk_patches/elf.h

@ -19,14 +19,13 @@
#ifndef _ELF_H
#define _ELF_H 1
#include <features.h>
#include <sys/cdefs.h>
#include <stdint.h>
__BEGIN_DECLS
/* Standard ELF types. */
#include <stdint.h>
/* Type for a 16-bit quantity. */
typedef uint16_t Elf32_Half;
typedef uint16_t Elf64_Half;

Loading…
Cancel
Save