From f71af249cfb9ca9eb0832cc46437b2c5cb7bb217 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 29 Aug 2023 23:35:03 +0200 Subject: kernel: remove _sys_await, emulate it in libc --- src/cmd/shell/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/shell/shell.c') diff --git a/src/cmd/shell/shell.c b/src/cmd/shell/shell.c index 185aa7e..df239eb 100644 --- a/src/cmd/shell/shell.c +++ b/src/cmd/shell/shell.c @@ -1,5 +1,6 @@ #include "builtins.h" #include "shell.h" +#include #include #include #include -- cgit v1.2.3