From 7449b625f8fa4b54e0f4aa1e13a117a4317f585c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sat, 16 May 2020 22:57:51 +0200 Subject: sb/intel/lynxpoint/lp_gpio.h: Include stdint.h The struct definition makes use of types defined in that header. Change-Id: I1d989298b8bf6266905330491c136874be7f5e28 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41475 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: HAOUAS Elyes Reviewed-by: Paul Menzel --- src/southbridge/intel/lynxpoint/lp_gpio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/southbridge/intel/lynxpoint/lp_gpio.h b/src/southbridge/intel/lynxpoint/lp_gpio.h index 7fef30567f..fbad7d020e 100644 --- a/src/southbridge/intel/lynxpoint/lp_gpio.h +++ b/src/southbridge/intel/lynxpoint/lp_gpio.h @@ -3,6 +3,8 @@ #ifndef INTEL_LYNXPOINT_LP_GPIO_H #define INTEL_LYNXPOINT_LP_GPIO_H +#include + /* LynxPoint LP GPIOBASE Registers */ #define GPIO_OWNER(set) (0x00 + ((set) * 4)) #define GPIO_PIRQ_APIC_EN 0x10 -- cgit v1.2.3