From e31ec299decd5a07e14fbd680eb88d34561c646d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 10 Aug 2019 17:27:01 +0300 Subject: cpu/x86: Separate save_state struct headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Any platform should need just one of these. Change-Id: Ia0ff8eff152cbd3d82e8b372ec662d3737078d35 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34820 Reviewed-by: Aaron Durbin Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/smmrelocate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/cannonlake/smmrelocate.c') diff --git a/src/soc/intel/cannonlake/smmrelocate.c b/src/soc/intel/cannonlake/smmrelocate.c index 9a23d5a8f9..45b2ff81ee 100644 --- a/src/soc/intel/cannonlake/smmrelocate.c +++ b/src/soc/intel/cannonlake/smmrelocate.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3