diff --git a/headers/private/kernel/arch/x86/arch_cpu.h b/headers/private/kernel/arch/x86/arch_cpu.h index b2f3975056..2ba90b0551 100644 --- a/headers/private/kernel/arch/x86/arch_cpu.h +++ b/headers/private/kernel/arch/x86/arch_cpu.h @@ -21,6 +21,10 @@ #include #include +#ifdef __x86_64__ +# include +#endif + #endif // !_ASSEMBLER