From 02847233f8fcc3b15866ab53f230bdfff3056246 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 17 Nov 2024 11:14:13 +0100 Subject: soc/mediatek/common/include/soc/mcu_common: Include Include missing . Change-Id: I04d18e601e010b64c46f2eb52874d3eb5664b0e1 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/85165 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin --- src/soc/mediatek/common/include/soc/mcu_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/mediatek') diff --git a/src/soc/mediatek/common/include/soc/mcu_common.h b/src/soc/mediatek/common/include/soc/mcu_common.h index 7689c1b814..93d2ccbbad 100644 --- a/src/soc/mediatek/common/include/soc/mcu_common.h +++ b/src/soc/mediatek/common/include/soc/mcu_common.h @@ -3,6 +3,8 @@ #ifndef SOC_MEDIATEK_MTLIB_COMMON_H #define SOC_MEDIATEK_MTLIB_COMMON_H +#include + struct mtk_mcu { const char *firmware_name; /* The firmware file name in CBFS */ void *run_address; /* The address for running the firmware */ -- cgit v1.2.3