From: Duncan Laurie Date: Mon, 15 Aug 2011 23:35:10 +0000 (-0700) Subject: Fix compilation when USE_OPTION_TABLE is not defined. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=66ecdc52e1ed09b116fd47a59e0aa8905bffef09 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 --- diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c index a7e8bbc41..b0dcc9e65 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)