kernel/apic: Add missing include.

This only is needed on certain build configurations for some reason.
Thanks to augiedoggie for reporting.
This commit is contained in:
Augustin Cavalier
2021-09-03 13:53:51 -04:00
parent d92c60dc03
commit 7a3c48b407
+1
View File
@@ -13,6 +13,7 @@
#include <arch/x86/msi.h>
#include <debug.h>
#include <kernel/cpu.h>
#include <safemode.h>
#include <vm/vm.h>
#include <util/AutoLock.h>