This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new a4f712998 Fix nsh_builtin.c:91:22: error: 'SA_NOCLDWAIT' undeclared
a4f712998 is described below

commit a4f7129984d7a0f68e826cbb238cc43d22bfd765
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sun Feb 26 00:05:18 2023 +0800

    Fix nsh_builtin.c:91:22: error: 'SA_NOCLDWAIT' undeclared
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 nshlib/nsh_builtin.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nshlib/nsh_builtin.c b/nshlib/nsh_builtin.c
index 583df84e3..49c0fd5d9 100644
--- a/nshlib/nsh_builtin.c
+++ b/nshlib/nsh_builtin.c
@@ -32,6 +32,7 @@
 #include <stdbool.h>
 #include <errno.h>
 #include <sched.h>
+#include <signal.h>
 #include <string.h>
 
 #include <nuttx/lib/builtin.h>

Reply via email to