Nucleus
Barry Object manager and heap in kernel library 08afe80 (3 years, 2 months ago)diff --git a/kernel/cpu.c b/kernel/cpu.c index be56047..e7ab334 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -12,7 +12,7 @@ */ #include <nucleus/cpu.h> -#include <nucleus/memory.h> +#include <nucleus/lib.h> #include <nucleus/task.h> #include "desc.h"