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>