From 3aa757d7056bf7f231da12ca211cba4b2f6c68be Mon Sep 17 00:00:00 2001 From: Felix Held Date: Wed, 21 Apr 2021 21:10:39 +0200 Subject: [PATCH] soc/amd/common/block/cpu/noncar/memmap: include types.h size_t is used in the code, so we should include types.h instead of stdint.h to also have those type definitions. Signed-off-by: Felix Held Change-Id: I04c50de257a2d6982bfd4907eb5a1325a751919a Reviewed-on: https://review.coreboot.org/c/coreboot/+/52582 Reviewed-by: Raul Rangel Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/amd/common/block/cpu/noncar/memmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/amd/common/block/cpu/noncar/memmap.c b/src/soc/amd/common/block/cpu/noncar/memmap.c index 921dd65bd673..6ec437cb1d66 100644 --- a/src/soc/amd/common/block/cpu/noncar/memmap.c +++ b/src/soc/amd/common/block/cpu/noncar/memmap.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include void memmap_stash_early_dram_usage(void) {