diff options
Diffstat (limited to 'libelf/elf_data.c')
| -rw-r--r-- | libelf/elf_data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libelf/elf_data.c b/libelf/elf_data.c index 9960b77bea27..ce80e1c94c40 100644 --- a/libelf/elf_data.c +++ b/libelf/elf_data.c @@ -27,11 +27,12 @@ #include <assert.h> #include <errno.h> #include <libelf.h> +#include <stdint.h> #include <stdlib.h> #include "_libelf.h" -ELFTC_VCSID("$Id: elf_data.c 3009 2014-03-23 01:49:59Z jkoshy $"); +ELFTC_VCSID("$Id: elf_data.c 3177 2015-03-30 18:19:41Z emaste $"); Elf_Data * elf_getdata(Elf_Scn *s, Elf_Data *ed) |
