Fix compilation when USE_OPTION_TABLE is not defined.
[coreboot.git] / src / arch / x86 / boot / coreboot_table.c
index a7e8bbc41215e4a209ac7e233743797f68650a05..b0dcc9e65aa57d109328f5e12d17ec1642422c5c 100644 (file)
@@ -29,9 +29,9 @@
 #include <version.h>
 #include <device/device.h>
 #include <stdlib.h>
+#include <cbfs.h>
 #if CONFIG_USE_OPTION_TABLE
 #include <option_table.h>
-#include <cbfs.h>
 #endif
 
 static struct lb_header *lb_table_init(unsigned long addr)