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