diff options
Diffstat (limited to 'userspace/shell.c')
| -rw-r--r-- | userspace/shell.c | 2 |
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() { |
