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