diff options
Diffstat (limited to 'src/cpu/intel/slot_1')
-rw-r--r-- | src/cpu/intel/slot_1/l2_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/slot_1/l2_cache.c b/src/cpu/intel/slot_1/l2_cache.c index 57d1fd4af0..2a273168f3 100644 --- a/src/cpu/intel/slot_1/l2_cache.c +++ b/src/cpu/intel/slot_1/l2_cache.c @@ -24,6 +24,7 @@ */ #include <stdint.h> +#include <arch/cpu.h> #include <console/console.h> #include <cpu/intel/l2_cache.h> #include <cpu/x86/cache.h> |