Idwer Vollering has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48977 )
Change subject: util/amdfwtool: add inttypes.h to build this tool on FreeBSD ......................................................................
util/amdfwtool: add inttypes.h to build this tool on FreeBSD
Signed-off-by: Idwer Vollering vidwer@gmail.com Change-Id: I295fd308b0f5e2902931f02c9455823a614976de --- M util/amdfwtool/data_parse.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/48977/1
diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index 017c689..07618ca 100644 --- a/util/amdfwtool/data_parse.c +++ b/util/amdfwtool/data_parse.c @@ -2,6 +2,7 @@ #include <regex.h> #include <string.h> #include <stdlib.h> +#include <inttypes.h>
#include "amdfwtool.h"