From 93df1d9cfaef526bf5a8f18cb619623d9bd82293 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Wed, 30 Dec 2020 00:01:59 +0100 Subject: util/amdfwtool: portability fixes for FreeBSD Add the stdint.h header, and drop the GLIBC section from amdfwtool.h to build this tool on FreeBSD as well as Linux. Signed-off-by: Idwer Vollering Change-Id: I295fd308b0f5e2902931f02c9455823a614976de Reviewed-on: https://review.coreboot.org/c/coreboot/+/48977 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- util/amdfwtool/data_parse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/amdfwtool/data_parse.c') diff --git a/util/amdfwtool/data_parse.c b/util/amdfwtool/data_parse.c index 017c689f13..b6e14a8f9a 100644 --- a/util/amdfwtool/data_parse.c +++ b/util/amdfwtool/data_parse.c @@ -2,6 +2,7 @@ #include #include #include +#include #include "amdfwtool.h" -- cgit v1.2.3