From 02bfbf44305d1c7d562b9425da53d43d398061cd Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 20 Apr 2021 22:22:48 +0200 Subject: soc/amd/cezanne/chip.h: include missing types.h Since we use uintX_t, bool and friends, we need to make sure to include the corresponding definitions. Signed-off-by: Felix Held Change-Id: Icb8a6e93d7f1923ac95e584fb3e33c391963f5ab Reviewed-on: https://review.coreboot.org/c/coreboot/+/52551 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/chip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/cezanne/chip.h b/src/soc/amd/cezanne/chip.h index b2c346252b..455de369a4 100644 --- a/src/soc/amd/cezanne/chip.h +++ b/src/soc/amd/cezanne/chip.h @@ -6,6 +6,7 @@ #include #include #include +#include struct soc_amd_cezanne_config { struct soc_amd_common_config common_config; -- cgit v1.2.3