From 5aacda4b9824cebcc7d5f816419b6f9cc82be8a0 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Wed, 4 Sep 2019 16:16:49 -0600 Subject: soc/amd/common: Add missing stdint.h to lpc.h Include the file containing the typedefs for uint_*. Change-Id: If33765b6dc4236c4b38860bfc4f2cef9b226b81d Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/c/coreboot/+/35269 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel --- src/soc/amd/common/block/include/amdblocks/lpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/common/block/include/amdblocks/lpc.h') diff --git a/src/soc/amd/common/block/include/amdblocks/lpc.h b/src/soc/amd/common/block/include/amdblocks/lpc.h index ab913b2df0..6b6745d9cb 100644 --- a/src/soc/amd/common/block/include/amdblocks/lpc.h +++ b/src/soc/amd/common/block/include/amdblocks/lpc.h @@ -17,6 +17,7 @@ #define __AMDBLOCKS_LPC_H__ #include +#include /* PCI registers for D14F3 */ #define LPC_PCI_CONTROL 0x40 -- cgit v1.2.3