summaryrefslogtreecommitdiff
path: root/fs/elf.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
committerMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
commitc72944b5646863ffaaaff94dc03b939a08566203 (patch)
tree3ce3d74fc27b297cd6958d0d8ba588ccbbe16bfb /fs/elf.c
parent800b1a878ec34a8ff30ed093e20561182fa6ae36 (diff)
struggling with vmem
Diffstat (limited to 'fs/elf.c')
-rw-r--r--fs/elf.c1
1 files changed, 1 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"