summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/elf.c1
-rw-r--r--fs/ext2.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/elf.c b/fs/elf.c
index 2603e2f..851c7e8 100644
--- a/fs/elf.c
+++ b/fs/elf.c
@@ -1,4 +1,5 @@
#include "kernel/kernel.h"
+#include "log.h"
#include <stdint.h>
#include "ext2.h"
#include "lib/string/string.h"
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
//