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/elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/elf.c') diff --git a/fs/elf.c b/fs/elf.c index 4f040cd..f6d8ffe 100644 --- a/fs/elf.c +++ b/fs/elf.c @@ -2,6 +2,7 @@ #include "log.h" #include #include "ext2.h" +#include "elf.h" #include "lib/string/string.h" #define EI_NIDENT 16 -- cgit v1.2.3