aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-23 23:54:16 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-28 09:32:04 +0000
commit201b1a8380c92cce4ad17170c718d6b223e47905 (patch)
tree6c7ed58087ee8e5b08dd81b9298c9bed87641691 /src/soc/intel/common/block/include
parent4792f8f5eb1898b3dc31a4e97744abad8f393e84 (diff)
soc/intel/common/../pmclib.h: Include <types.h>
This file uses `bool` and `size_t` types, so <stdint.h> isn't enough. Change-Id: I8099142d92cc8ca6721f76522f3d30d4b6b9ee80 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45668 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/include')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/pmclib.h2
1 files changed, 1 insertions, 1 deletions
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 <device/pci_type.h>
-#include <stdint.h>
+#include <types.h>
/* Forward declare the power state struct here */
struct chipset_power_state;