From 749c395f938675ecf5f53a03287ce0fd6379c2e7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 20 Oct 2019 19:55:56 +0200 Subject: src/{drivers/vpd,include/device/dram}: Add missing 'include ' Change-Id: Ida74a55b105282d86368f529cfce3523e0e97b02 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36174 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/drivers/vpd/vpd.h | 2 ++ src/include/device/dram/common.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/drivers/vpd/vpd.h b/src/drivers/vpd/vpd.h index 14b002c8f6..244a7be6d7 100644 --- a/src/drivers/vpd/vpd.h +++ b/src/drivers/vpd/vpd.h @@ -7,6 +7,8 @@ #ifndef __VPD_H__ #define __VPD_H__ +#include + #define GOOGLE_VPD_2_0_OFFSET 0x600 enum vpd_region { diff --git a/src/include/device/dram/common.h b/src/include/device/dram/common.h index 4c6f02eb00..3d380c3c02 100644 --- a/src/include/device/dram/common.h +++ b/src/include/device/dram/common.h @@ -18,6 +18,8 @@ #ifndef DEVICE_DRAM_COMMON_H #define DEVICE_DRAM_COMMON_H +#include + /** * \brief Convenience definitions for TCK values * -- cgit v1.2.3