summaryrefslogtreecommitdiffstats
path: root/util/cbfstool/fit.c
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-06-25 17:28:30 +0800
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2019-06-26 09:19:00 +0000
commitb4a1981289d785dc62be3cde9b87ba2a64946ec5 (patch)
tree84867c637cf398f4edb9f3842b8ae84f7845bd47 /util/cbfstool/fit.c
parent2ae3f51fa0ab9b1ec787297e9b237085e5fb3855 (diff)
downloadcoreboot-b4a1981289d785dc62be3cde9b87ba2a64946ec5.tar.gz
coreboot-b4a1981289d785dc62be3cde9b87ba2a64946ec5.tar.bz2
coreboot-b4a1981289d785dc62be3cde9b87ba2a64946ec5.zip
cbfstool/fit: need inttypes.h for PRIx64
This is causing coreboot build in Chromium OS to fail. BUG=None TEST=emerge-eve coreboot BRANCH=none Change-Id: I4faa140b3046651b4ed0a9aeefe437048c6ef0da Signed-off-by: Joel Kitching <kitching@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33780 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'util/cbfstool/fit.c')
-rw-r--r--util/cbfstool/fit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/fit.c b/util/cbfstool/fit.c
index 4cd84f232db7..ee12c96610c5 100644
--- a/util/cbfstool/fit.c
+++ b/util/cbfstool/fit.c
@@ -15,6 +15,7 @@
* GNU General Public License for more details.
*/
+#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>