BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/vfs/fstype.c b/vfs/fstype.c
index f157a71..d1949f7 100644
--- a/vfs/fstype.c
+++ b/vfs/fstype.c
@@ -4,8 +4,8 @@
  * by the VFS to keep track of the installed file systems.
  */
 
-#include <string.h>
-#include <errno.h>
+#include <sys/errno.h>
+#include <nucleus/lib.h>
 #include <nucleus/object.h>
 #include <nucleus/vfs.h>