Nucleus
Barry Kernel printf routines 120a213 (3 years, 2 months ago)diff --git a/kernel/main.c b/kernel/main.c index aa2373a..5d95c4a 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -9,7 +9,7 @@ #include <unistd.h> #include <sys/mount.h> #include <sys/stat.h> -#include <nucleus/panic.h> +#include <nucleus/kernel.h> #include <nucleus/memory.h> #include <nucleus/task.h> #include <nucleus/vfs.h>