diff --git a/src/arch/x86/boot/coreboot_table.c b/src/arch/x86/boot/coreboot_table.c index 219de7adae..9ceca45f76 100644 --- a/src/arch/x86/boot/coreboot_table.c +++ b/src/arch/x86/boot/coreboot_table.c @@ -34,6 +34,10 @@ #if CONFIG_USE_OPTION_TABLE #include #endif +#if CONFIG_CHROMEOS +#include +#include +#endif static struct lb_header *lb_table_init(unsigned long addr) {