From 1f7f46b442488716bc71e9c23fd6816c455c15cd Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 12 Nov 2008 00:51:25 +0000 Subject: [PATCH] With this change, we actually can start compiling. It's quite amazing just how much of this builds. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@995 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/globalvars.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/globalvars.h b/include/globalvars.h index 6a1c9e4a04..d3e8755683 100644 --- a/include/globalvars.h +++ b/include/globalvars.h @@ -39,6 +39,10 @@ #include #endif +#ifdef CONFIG_CPU_INTEL_CORE2 +#include +#endif + /* * struct global_vars is managed entirely from C code. Keep in mind that there * is NO buffer at the end of the struct, so having zero-sized arrays at the