From c4b20a0ebbde1348e1e085e2ea3be35345d92b7c Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 14 Sep 2018 23:10:16 +0200 Subject: tuining userspace and files --- fs/ext2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/ext2.h') diff --git a/fs/ext2.h b/fs/ext2.h index 9c8a8f2..efa045f 100644 --- a/fs/ext2.h +++ b/fs/ext2.h @@ -14,7 +14,7 @@ */ #include -#include "fs.h" +#include "interface/fs.h" /** klog some basic info about the ext2 fs */ void ext2_dump_info(uint32_t ext2_start_addr); -- cgit v1.2.3