diff options
Diffstat (limited to 'libelf/gelf_phdr.c')
-rw-r--r-- | libelf/gelf_phdr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/gelf_phdr.c b/libelf/gelf_phdr.c index ade82dbdf8773..31e20b0680c50 100644 --- a/libelf/gelf_phdr.c +++ b/libelf/gelf_phdr.c @@ -24,15 +24,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <gelf.h> #include <libelf.h> #include <limits.h> +#include <stdint.h> #include "_libelf.h" -ELFTC_VCSID("$Id: gelf_phdr.c 2268 2011-12-03 17:05:11Z jkoshy $"); +ELFTC_VCSID("$Id: gelf_phdr.c 3177 2015-03-30 18:19:41Z emaste $"); Elf32_Phdr * elf32_getphdr(Elf *e) |