From 66ecdc52e1ed09b116fd47a59e0aa8905bffef09 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 15 Aug 2011 16:35:10 -0700 Subject: Fix compilation when USE_OPTION_TABLE is not defined. Change-Id: Id622e4e96b6c8e87b00a96c324a0b4dbfac3391d Signed-off-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/702 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/arch/x86/boot/coreboot_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c index a7e8bbc412..b0dcc9e65a 100644 --- a/src/arch/x86/boot/coreboot_table.c +++ b/src/arch/x86/boot/coreboot_table.c @@ -29,9 +29,9 @@ #include #include #include +#include #if CONFIG_USE_OPTION_TABLE #include -#include #endif static struct lb_header *lb_table_init(unsigned long addr) -- cgit v1.2.3