BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/memory/frame.c b/memory/frame.c
index 33ae7ef..428aae9 100644
--- a/memory/frame.c
+++ b/memory/frame.c
@@ -5,11 +5,11 @@
  * as needed.
  */
 
-#include <stdint.h>
 #include <stddef.h>
-#include <string.h>
+#include <stdint.h>
 #include <sys/types.h>
 #include <nucleus/kernel.h>
+#include <nucleus/lib.h>
 #include <nucleus/memory.h>
 
 #define INDEX(a) ((a)/32)