BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / memory / heap.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/memory/heap.c b/memory/heap.c
index 0e0dbed..a0e696a 100644
--- a/memory/heap.c
+++ b/memory/heap.c
@@ -5,10 +5,10 @@
  * can be used to store any kernel data structures.
  */
 
-#include <stdint.h>
 #include <stddef.h>
-#include <string.h>
+#include <stdint.h>
 #include <nucleus/kernel.h>
+#include <nucleus/lib.h>
 
 #define KHEAP_START 0x200000 /* 2MB */
 #define KHEAP_END   0x800000 /* 2MB */