readelf: Add stdint.h for C99 fixed size types

Upstream elftoolchain brings in stdint.h via an ELF header that we
do not use in FreeBSD.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2014-12-31 19:21:53 +00:00
parent 67c44fa359
commit 3dc58d9cdb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276477

View file

@ -38,6 +38,7 @@
#include <libelftc.h>
#include <libgen.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>