From 3278551f8ca925388c31291d52e7ba3cf4a465f4 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 5 May 2025 17:19:09 +0530 Subject: [PATCH] drivers/intel/fsp2_0: Include coreboot_tables.h in fsp_gop_blt.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fsp_gop_blt.h header includes `enum lb_fb_orientation`. This enum is defined within ``. This commit adds the necessary include directive to ensure that `enum lb_fb_orientation` is available. BUG=b:409718202 TEST=Able to build and boot google/fatcat. Change-Id: I0e432bef13ab1425c29e9ca4a82b06ff264a8613 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/87537 Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) --- src/drivers/intel/fsp2_0/include/fsp/fsp_gop_blt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/intel/fsp2_0/include/fsp/fsp_gop_blt.h b/src/drivers/intel/fsp2_0/include/fsp/fsp_gop_blt.h index 4e1f68952e..377607929a 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/fsp_gop_blt.h +++ b/src/drivers/intel/fsp2_0/include/fsp/fsp_gop_blt.h @@ -3,6 +3,7 @@ #ifndef FSP_GOP_BLT_H #define FSP_GOP_BLT_H +#include #include #include