BarryServer : Git

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

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/vfs/vfs.c b/vfs/vfs.c
index 9f8bc2b..eed0cc4 100644
--- a/vfs/vfs.c
+++ b/vfs/vfs.c
@@ -5,6 +5,7 @@
  * IPC and device management.
  */
 
+#include <sys/mount.h>
 #include <sys/stat.h>
 #include <nucleus/object.h>
 #include <nucleus/vfs.h>