From 2a7fbea3f14cae2119816c5a28c455f45c75650f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 13 Jul 2017 15:18:18 +0300 Subject: K8: Fix indirect includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I370285aa52776170a32b6dd36c0eef74eea9400c Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20562 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/gigabyte/ga_2761gxdk/romstage.c | 1 + src/mainboard/gigabyte/m57sli/romstage.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/gigabyte') diff --git a/src/mainboard/gigabyte/ga_2761gxdk/romstage.c b/src/mainboard/gigabyte/ga_2761gxdk/romstage.c index 79debd7f2b..d787580d3c 100644 --- a/src/mainboard/gigabyte/ga_2761gxdk/romstage.c +++ b/src/mainboard/gigabyte/ga_2761gxdk/romstage.c @@ -35,6 +35,7 @@ #include #include #include +#include #include #include "northbridge/amd/amdk8/setup_resource_map.c" diff --git a/src/mainboard/gigabyte/m57sli/romstage.c b/src/mainboard/gigabyte/m57sli/romstage.c index 73466579e4..4944bf6c98 100644 --- a/src/mainboard/gigabyte/m57sli/romstage.c +++ b/src/mainboard/gigabyte/m57sli/romstage.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include "northbridge/amd/amdk8/setup_resource_map.c" -- cgit v1.2.3