Rizwan Qureshi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39922 )
Change subject: soc/intel/common/block: Add missing include ......................................................................
soc/intel/common/block: Add missing include
include types.h in src/soc/intel/common/block/include/intelblocks/cse.h to use type bool.
without this build issues may be observed if types.h is not included by some other file in the chain. like in https://qa.coreboot.org/job/coreboot-gerrit/121064/console
Signed-off-by: Rizwan Qureshi rizwan.qureshi@intel.com Change-Id: I92ee533bca7dc255f7a341b2a68bbc09900996a1 --- M src/soc/intel/common/block/include/intelblocks/cse.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/39922/1
diff --git a/src/soc/intel/common/block/include/intelblocks/cse.h b/src/soc/intel/common/block/include/intelblocks/cse.h index 2c81383..ead5d41 100644 --- a/src/soc/intel/common/block/include/intelblocks/cse.h +++ b/src/soc/intel/common/block/include/intelblocks/cse.h @@ -17,6 +17,7 @@ #define SOC_INTEL_COMMON_CSE_H
#include <stdint.h> +#include <types.h>
/* MKHI Command groups */ #define MKHI_GROUP_ID_CBM 0x0