BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/memory/paging.c b/memory/paging.c
index fe08a96..c88eee1 100644
--- a/memory/paging.c
+++ b/memory/paging.c
@@ -6,7 +6,7 @@
  */
 
 #include <stdint.h>
-#include <string.h>
+#include <nucleus/lib.h>
 #include <nucleus/memory.h>
 #include "paging.h"