summaryrefslogtreecommitdiff
path: root/fs/ext2.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.c')
-rw-r--r--fs/ext2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2.c b/fs/ext2.c
index 7562cf0..b062973 100644
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -1,4 +1,5 @@
#include "kernel/kernel.h"
+#include "log.h"
// ext2 minidriver
// based on osdev wiki article: http://wiki.osdev.org/Ext2
//