Nucleus
Barry Directory listing in VFS 2d05318 (3 years, 2 months ago)diff --git a/vfs/ext2fs/block.c b/vfs/ext2fs/block.c index 65ffdae..a084c76 100644 --- a/vfs/ext2fs/block.c +++ b/vfs/ext2fs/block.c @@ -1,5 +1,5 @@ #include <stdint.h> -#include <nucleus/panic.h> +#include <nucleus/kernel.h> #include <nucleus/vfs.h> #include "ext2fs.h"