Nucleus
Barry Object manager and heap in kernel library 08afe80 (3 years, 2 months ago)diff --git a/vfs/ext2fs/super.c b/vfs/ext2fs/super.c index 5983c95..defa684 100644 --- a/vfs/ext2fs/super.c +++ b/vfs/ext2fs/super.c @@ -2,6 +2,7 @@ #include <sys/file.h> #include <sys/mount.h> #include <sys/stat.h> +#include <nucleus/lib.h> #include <nucleus/task.h> #include <nucleus/vfs.h> #include "ext2fs.h"