From 91f1423cac0460ab79492a9c167765359b9dd3e2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 7 Dec 2012 16:55:12 -0800 Subject: Fix Yabel compilation on non-x86 platforms Mostly preventing inb/outb being used on non-x86 Change-Id: I0434df4ce477c262337672867dc6ce398ff95279 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/2002 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/device/oprom/x86emu/sys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/device/oprom/x86emu') diff --git a/src/device/oprom/x86emu/sys.c b/src/device/oprom/x86emu/sys.c index 7a9e3921ec..b3b3cd7123 100644 --- a/src/device/oprom/x86emu/sys.c +++ b/src/device/oprom/x86emu/sys.c @@ -44,6 +44,7 @@ #include #include #include +#include #include "debug.h" #include "prim_ops.h" -- cgit v1.2.3