From 15fd30f0407f64684c975405888534dbd4be5ebf Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 16 May 2020 00:52:31 +0200 Subject: soc/amd/picasso/romstage: add missing types.h include Change-Id: I26f15e7bd2f65e94ed1c2771bd8504114bfcda48 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/41446 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/picasso/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/picasso/romstage.c') diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c index a9ee5a5b12..f038456b29 100644 --- a/src/soc/amd/picasso/romstage.c +++ b/src/soc/amd/picasso/romstage.c @@ -15,6 +15,7 @@ #include #include #include +#include #include "chip.h" #include -- cgit v1.2.3