From b61686b866ea62f894c29840379bb279846f923c Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Mon, 6 Mar 2023 11:26:11 -0300 Subject: [PATCH] nshlib: Include missing "sched.h" header Signed-off-by: Gustavo Henrique Nihei --- nshlib/nsh_script.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nshlib/nsh_script.c b/nshlib/nsh_script.c index 823acef29..9f8f5fdf2 100644 --- a/nshlib/nsh_script.c +++ b/nshlib/nsh_script.c @@ -25,6 +25,7 @@ #include #include +#include #include #include "nsh.h"