Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/vfs/inode.c b/vfs/inode.c index 903efd1..f1fdfd7 100644 --- a/vfs/inode.c +++ b/vfs/inode.c @@ -7,11 +7,11 @@ * operation can be called on the particular inode. */ -#include <string.h> +#include <sys/errno.h> #include <sys/stat.h> -#include <errno.h> -#include <nucleus/object.h> +#include <nucleus/lib.h> #include <nucleus/memory.h> +#include <nucleus/object.h> #include <nucleus/task.h> #include <nucleus/vfs.h>