Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/vfs/ext2fs/file.c b/vfs/ext2fs/file.c index a84da51..8d4e7a5 100644 --- a/vfs/ext2fs/file.c +++ b/vfs/ext2fs/file.c @@ -1,5 +1,5 @@ -#include <string.h> -#include <errno.h> +#include <sys/errno.h> +#include <nucleus/lib.h> #include <nucleus/vfs.h> #include "ext2fs.h"