From a3e27d361919392eeb0086ed93b105d8301c7913 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 19:31:06 +0200 Subject: user: move the POSIX-y stuff to the proper header files --- src/user/app/init/shell.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/user/app/init/shell.c') diff --git a/src/user/app/init/shell.c b/src/user/app/init/shell.c index 76a0dbc..0c8b9b4 100644 --- a/src/user/app/init/shell.c +++ b/src/user/app/init/shell.c @@ -1,9 +1,11 @@ +#include "shell.h" +#include "tests/tests.h" #include #include -#include -#include +#include +#include +#include #include -#include static bool isspace(char c) { return c == ' ' || c == '\t' || c == '\n'; -- cgit v1.2.3