From d170ceb6c9f26f222558012ccbb75614ec2a6b8f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 11 Aug 2022 22:39:12 +0200 Subject: shared/header: don't mix kinds of declarations between headers syscalls.h shouldn't define a random struct etc --- src/user/app/shell/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/app/shell/shell.c') diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c index 0f97d7a..0c92410 100644 --- a/src/user/app/shell/shell.c +++ b/src/user/app/shell/shell.c @@ -1,5 +1,6 @@ #include "builtins.h" #include "shell.h" +#include #include #include #include -- cgit v1.2.3