From ea120f96c9f0d8ca750d55dbd911e04c694dd736 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Wed, 10 Feb 2021 16:41:11 -0700 Subject: soc/amd/common: Fix missing header in amd_pci_utils.h This was causing a build error because size_t wasn't defined. Signed-off-by: Raul E Rangel Change-Id: Ia467c7d6cc0f71580d0b323cb560c444d53bd7f7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50508 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Angel Pons Reviewed-by: Marshall Dawson --- src/soc/amd/common/block/include/amdblocks/amd_pci_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h b/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h index 46fcfbfdf1..a14aecff51 100644 --- a/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h +++ b/src/soc/amd/common/block/include/amdblocks/amd_pci_util.h @@ -3,7 +3,7 @@ #ifndef AMD_BLOCK_PCI_UTIL_H #define AMD_BLOCK_PCI_UTIL_H -#include +#include #include /* FCH index/data registers */ -- cgit v1.2.3