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/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/xeon_sp/skx/cpu.c') diff --git a/src/soc/intel/xeon_sp/skx/cpu.c b/src/soc/intel/xeon_sp/skx/cpu.c index ea9f531886..bf712c3618 100644 --- a/src/soc/intel/xeon_sp/skx/cpu.c +++ b/src/soc/intel/xeon_sp/skx/cpu.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "chip.h" -- cgit v1.2.3