From 525930bdf448b20f3b725d1ae0fd4045654b1fa6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 23 Sep 2017 16:21:02 +0300 Subject: binaryPI boards: Fix indirect AGESA.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f6030879da61168adf42db0a4913d70a737594e Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21649 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/google/kahlee/OemCustomize.c | 1 + src/mainboard/google/kahlee/bootblock/OemCustomize.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/kahlee/OemCustomize.c b/src/mainboard/google/kahlee/OemCustomize.c index 2b3f551517..528c7b3b4b 100644 --- a/src/mainboard/google/kahlee/OemCustomize.c +++ b/src/mainboard/google/kahlee/OemCustomize.c @@ -13,6 +13,7 @@ * GNU General Public License for more details. */ +#include #include #include diff --git a/src/mainboard/google/kahlee/bootblock/OemCustomize.c b/src/mainboard/google/kahlee/bootblock/OemCustomize.c index 6fb2d26c38..38d08e553f 100644 --- a/src/mainboard/google/kahlee/bootblock/OemCustomize.c +++ b/src/mainboard/google/kahlee/bootblock/OemCustomize.c @@ -13,6 +13,7 @@ * GNU General Public License for more details. */ +#include #include #include -- cgit v1.2.3