BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / vfs / tmpfs

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/vfs/tmpfs/file.c b/vfs/tmpfs/file.c
index 9851ec3..841dadc 100644
--- a/vfs/tmpfs/file.c
+++ b/vfs/tmpfs/file.c
@@ -1,6 +1,6 @@
-#include <stdint.h>
 #include <stddef.h>
-#include <string.h>
+#include <stdint.h>
+#include <nucleus/lib.h>
 #include <nucleus/memory.h>
 #include <nucleus/vfs.h>