jasonbu commented on code in PR #2522: URL: https://github.com/apache/nuttx-apps/pull/2522#discussion_r1736395655
########## builtin/exec_builtin.c: ########## @@ -24,11 +24,11 @@ #include <nuttx/config.h> -#include <spawn.h> #include <fcntl.h> #include <errno.h> #include <debug.h> +#include "nshlib/nshlib.h" Review Comment: exec_builtin.c already revert. system and nsh all use spawn to do background execute. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
