From 904f68134bb3f6b50629ddcb6007b3a735ce4b72 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 21 Nov 2014 16:01:41 +0100 Subject: working on ELF bin support --- userspace/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userspace/shell.c') diff --git a/userspace/shell.c b/userspace/shell.c index 36912c8..544da96 100644 --- a/userspace/shell.c +++ b/userspace/shell.c @@ -1,7 +1,7 @@ #include +#include #include #include -#include "syscalls.c" #include "../fs/fs.h" void hello() { -- cgit v1.2.3