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/southbridge/amd/agesa/hudson/smihandler.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/agesa') diff --git a/src/southbridge/amd/agesa/hudson/smihandler.c b/src/southbridge/amd/agesa/hudson/smihandler.c index 5ef9d6a89c..a87b75da00 100644 --- a/src/southbridge/amd/agesa/hudson/smihandler.c +++ b/src/southbridge/amd/agesa/hudson/smihandler.c @@ -18,6 +18,7 @@ * SMI handler for Hudson southbridges */ +#include #include "hudson.h" #include "smi.h" -- cgit v1.2.3