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:
Angel Pons 2020-09-23 23:54:16 +02:00 committed by Patrick Georgi
parent 4792f8f5eb
commit 201b1a8380
1 changed files with 1 additions and 1 deletions

View File

@ -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;