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>
This commit is contained in:
Joel Kitching 2019-06-25 17:28:30 +08:00 committed by Philipp Deppenwiese
parent 2ae3f51fa0
commit b4a1981289
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
* GNU General Public License for more details.
*/
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>