Nucleus
Barry Fixed resource leak in VFS c4a1ba4 (3 years, 2 months ago)diff --git a/memory/heap.c b/memory/heap.c index a61149c..0e0dbed 100644 --- a/memory/heap.c +++ b/memory/heap.c @@ -8,7 +8,7 @@ #include <stdint.h> #include <stddef.h> #include <string.h> -#include <nucleus/panic.h> +#include <nucleus/kernel.h> #define KHEAP_START 0x200000 /* 2MB */ #define KHEAP_END 0x800000 /* 2MB */