diff options
Diffstat (limited to 'libelf/elf_scn.c')
-rw-r--r-- | libelf/elf_scn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/elf_scn.c b/libelf/elf_scn.c index f07f6ae9ea16b..d3e274715b789 100644 --- a/libelf/elf_scn.c +++ b/libelf/elf_scn.c @@ -24,7 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/queue.h> #include <assert.h> @@ -32,11 +31,12 @@ #include <gelf.h> #include <libelf.h> #include <stddef.h> +#include <stdint.h> #include <stdlib.h> #include "_libelf.h" -ELFTC_VCSID("$Id: elf_scn.c 3147 2015-02-15 18:45:23Z emaste $"); +ELFTC_VCSID("$Id: elf_scn.c 3177 2015-03-30 18:19:41Z emaste $"); /* * Load an ELF section table and create a list of Elf_Scn structures. |