From bdaec07a859c0c05e7fd5276a15b3933da574368 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 2 Mar 2019 23:18:29 +0200 Subject: arch/io.h: Add missing includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes indirect includes that would break with followup work. Change-Id: I37ca01b904a0b422a4d09475377e755e167a6ab3 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31697 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/lenovo/t60/mainboard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo/t60') diff --git a/src/mainboard/lenovo/t60/mainboard.c b/src/mainboard/lenovo/t60/mainboard.c index df1f174597..2d998fbaa2 100644 --- a/src/mainboard/lenovo/t60/mainboard.c +++ b/src/mainboard/lenovo/t60/mainboard.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3