summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
-#include "fs.h"
+#include "interface/fs.h"
/** klog some basic info about the ext2 fs */
void ext2_dump_info(uint32_t ext2_start_addr);