From 1a3ee668c79ae117738aa44c690471778a014fd8 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 7 Dec 2014 13:10:01 +0100 Subject: x200/romstage: Add missing include. Change-Id: I47aa8619ba1e1939707ec654ffb54cae316929cf Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7684 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/x200/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c index 1c0668fb99..f232642871 100644 --- a/src/mainboard/lenovo/x200/romstage.c +++ b/src/mainboard/lenovo/x200/romstage.c @@ -33,6 +33,7 @@ #include #include #include +#include #define LPC_DEV PCI_DEV(0, 0x1f, 0) #define MCH_DEV PCI_DEV(0, 0, 0) -- cgit v1.2.3