Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/vfs/direntry.c b/vfs/direntry.c index de7f02a..62ced1f 100644 --- a/vfs/direntry.c +++ b/vfs/direntry.c @@ -2,7 +2,7 @@ * This file implements the Directory Entry object and associated operations. */ -#include <string.h> +#include <nucleus/lib.h> #include <nucleus/object.h> #include <nucleus/vfs.h>