BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/vfs/file.c b/vfs/file.c
index 8d7e7cc..4a726a2 100644
--- a/vfs/file.c
+++ b/vfs/file.c
@@ -7,9 +7,9 @@
  * generic version.
  */
 
-#include <string.h>
+#include <sys/errno.h>
 #include <sys/stat.h>
-#include <errno.h>
+#include <nucleus/lib.h>
 #include <nucleus/object.h>
 #include <nucleus/vfs.h>