From acf7535747dee83c86287022dd3035ae80ad3ea5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 28 Aug 2008 07:15:43 +0000 Subject: [PATCH] fix typo Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/coreboot-v3@840 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/globalvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globalvars.h b/include/globalvars.h index e5cf125e21..b1f4ec5cc2 100644 --- a/include/globalvars.h +++ b/include/globalvars.h @@ -31,7 +31,7 @@ #include #endif -#ifdef :CONFIG_BOARD_EMULATION_QEMU_X86 +#ifdef CONFIG_BOARD_EMULATION_QEMU_X86 #include #endif