From e0d9bf7731e0c1721815b860eb0b7130f41a61d0 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 14 Jul 2021 00:20:46 +0200 Subject: soc/amd/picasso/mca: add missing types.h include Change-Id: I67a88298c19657a5049ab69799be887555ca7240 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/56282 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/picasso/mca.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index 97f5d0b819..074f313ecf 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -9,6 +9,7 @@ #include #include #include +#include /* MISC4 is the last used register in the MCAX banks of Picasso */ #define MCAX_USED_REGISTERS_PER_BANK (MCAX_MISC4_OFFSET + 1) -- cgit v1.2.3