diff options
Diffstat (limited to 'src/user/app/init/shell.c')
-rw-r--r-- | src/user/app/init/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/init/shell.c b/src/user/app/init/shell.c index cda8a65..f420208 100644 --- a/src/user/app/init/shell.c +++ b/src/user/app/init/shell.c @@ -1,9 +1,9 @@ #include <shared/syscalls.h> #include <stdbool.h> #include <user/app/init/shell.h> +#include <user/app/init/tests/main.h> #include <user/lib/elfload.h> #include <user/lib/stdlib.h> -#include <user/app/init/tests/main.h> static bool isspace(char c) { return c == ' ' || c == '\t' || c == '\n'; |