diff options
Diffstat (limited to 'kern')
-rw-r--r-- | kern/cpu_number.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/cpu_number.h b/kern/cpu_number.h index e7b65324..0be2d338 100644 --- a/kern/cpu_number.h +++ b/kern/cpu_number.h @@ -27,6 +27,8 @@ #ifndef _KERN_CPU_NUMBER_H_ #define _KERN_CPU_NUMBER_H_ +#include <machine/cpu_number.h> + /* * Definitions for cpu identification in multi-processors. */ |