From b4a1981289d785dc62be3cde9b87ba2a64946ec5 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Tue, 25 Jun 2019 17:28:30 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33780 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- util/cbfstool/fit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cbfstool/fit.c b/util/cbfstool/fit.c index 4cd84f232d..ee12c96610 100644 --- a/util/cbfstool/fit.c +++ b/util/cbfstool/fit.c @@ -15,6 +15,7 @@ * GNU General Public License for more details. */ +#include #include #include #include