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>