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