From 9190345bf071261a0764c9cfbe1472f974e2bd19 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 22 Oct 2020 23:06:04 +0200 Subject: soc/intel/xeon_sp/skx: Add missing includes Commit 985d956 (soc/intel/xeon_sp/skx/: Clean up soc_util.c) removed some indirect header inclusions, which resulted in a build failure. Change-Id: I1ef9b416b52a6a1275d699708a805d4ba49baef0 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46662 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Tim Wawrzynczak Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/skx/chip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/xeon_sp/skx/chip.c') diff --git a/src/soc/intel/xeon_sp/skx/chip.c b/src/soc/intel/xeon_sp/skx/chip.c index 845d7cb9f3..4324660f47 100644 --- a/src/soc/intel/xeon_sp/skx/chip.c +++ b/src/soc/intel/xeon_sp/skx/chip.c @@ -7,6 +7,7 @@ #include #include #include +#include struct pci_resource { struct device *dev; -- cgit v1.2.3