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/sunw/ultra40/romstage.c | 1 + src/mainboard/sunw/ultra40m2/romstage.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/mainboard/sunw') diff --git a/src/mainboard/sunw/ultra40/romstage.c b/src/mainboard/sunw/ultra40/romstage.c index 405439fd9b..c11ffe7244 100644 --- a/src/mainboard/sunw/ultra40/romstage.c +++ b/src/mainboard/sunw/ultra40/romstage.c @@ -16,6 +16,7 @@ #include #include +#include #include #include "superio/smsc/lpc47b397/early_gpio.c" #include "northbridge/amd/amdk8/setup_resource_map.c" diff --git a/src/mainboard/sunw/ultra40m2/romstage.c b/src/mainboard/sunw/ultra40m2/romstage.c index 9145ca540d..48c796386d 100644 --- a/src/mainboard/sunw/ultra40m2/romstage.c +++ b/src/mainboard/sunw/ultra40m2/romstage.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include "northbridge/amd/amdk8/setup_resource_map.c" -- cgit v1.2.3