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>
This commit is contained in:
parent
4792f8f5eb
commit
201b1a8380
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue