feat: kernel stack tracing
[lunaix-os.git] / lunaix-os / kernel / process / sched.c
index 82c73c0ee6d4a3d26cce6b93516bc4f807042417..31a94ee08f3ce7f8fe6be03d0b81084cf7b4a7e4 100644 (file)
@@ -2,7 +2,7 @@
 #include <sys/interrupts.h>
 #include <sys/mm/mempart.h>
 
-#include <hal/cpu.h>
+#include <sys/cpu.h>
 #include <hal/intc.h>
 
 #include <lunaix/fs/taskfs.h>