diff options
Diffstat (limited to 'libelf/gelf_dyn.c')
-rw-r--r-- | libelf/gelf_dyn.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/gelf_dyn.c b/libelf/gelf_dyn.c index 4e09afd12ce2e..74233094bf6c3 100644 --- a/libelf/gelf_dyn.c +++ b/libelf/gelf_dyn.c @@ -24,15 +24,14 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <assert.h> #include <gelf.h> #include <limits.h> +#include <stdint.h> #include "_libelf.h" -ELFTC_VCSID("$Id: gelf_dyn.c 2998 2014-03-18 17:19:00Z jkoshy $"); +ELFTC_VCSID("$Id: gelf_dyn.c 3177 2015-03-30 18:19:41Z emaste $"); GElf_Dyn * gelf_getdyn(Elf_Data *ed, int ndx, GElf_Dyn *dst) |