From 201b1a8380c92cce4ad17170c718d6b223e47905 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 23 Sep 2020 23:54:16 +0200 Subject: soc/intel/common/../pmclib.h: Include This file uses `bool` and `size_t` types, so isn't enough. Change-Id: I8099142d92cc8ca6721f76522f3d30d4b6b9ee80 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/45668 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/common/block/include/intelblocks/pmclib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/include/intelblocks/pmclib.h b/src/soc/intel/common/block/include/intelblocks/pmclib.h index 2123c4a6b7..a339fb1e02 100644 --- a/src/soc/intel/common/block/include/intelblocks/pmclib.h +++ b/src/soc/intel/common/block/include/intelblocks/pmclib.h @@ -4,7 +4,7 @@ #define SOC_INTEL_COMMON_BLOCK_PMCLIB_H #include -#include +#include /* Forward declare the power state struct here */ struct chipset_power_state; -- cgit v1.2.3