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/supermicro/h8dme/romstage.c | 1 + src/mainboard/supermicro/h8dmr/romstage.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/supermicro') diff --git a/src/mainboard/supermicro/h8dme/romstage.c b/src/mainboard/supermicro/h8dme/romstage.c index f173d1a719..17df141fe4 100644 --- a/src/mainboard/supermicro/h8dme/romstage.c +++ b/src/mainboard/supermicro/h8dme/romstage.c @@ -30,6 +30,7 @@ #include #include #include +#include #include #include "northbridge/amd/amdk8/setup_resource_map.c" diff --git a/src/mainboard/supermicro/h8dmr/romstage.c b/src/mainboard/supermicro/h8dmr/romstage.c index 3f01c92ca5..c71eaa190e 100644 --- a/src/mainboard/supermicro/h8dmr/romstage.c +++ b/src/mainboard/supermicro/h8dmr/romstage.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include "northbridge/amd/amdk8/setup_resource_map.c" -- cgit v1.2.3