summaryrefslogtreecommitdiff
path: root/userspace/shell.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-21 16:01:41 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-21 16:01:41 +0100
commit904f68134bb3f6b50629ddcb6007b3a735ce4b72 (patch)
treecda8ea0fb81e8db44c8dfd1a4a96a7b1a301f81a /userspace/shell.c
parent65a859ac5b721c8d3e0123351ad99690e2e7a876 (diff)
working on ELF bin support
Diffstat (limited to 'userspace/shell.c')
-rw-r--r--userspace/shell.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
+#include <stdint.h>
#include <assert.h>
#include <string.h>
-#include "syscalls.c"
#include "../fs/fs.h"
void hello() {