This is an automated email from the ASF dual-hosted git repository.
masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 98de0d6 nsh: Add debug.h inclusion in nsh_command.c
98de0d6 is described below
commit 98de0d6a686ce3f417895175743e00e0d5e1436f
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon May 24 13:44:39 2021 +0800
nsh: Add debug.h inclusion in nsh_command.c
Signed-off-by: Xiang Xiao <[email protected]>
---
nshlib/nsh_command.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/nshlib/nsh_command.c b/nshlib/nsh_command.c
index 6783f79..58b7e65 100644
--- a/nshlib/nsh_command.c
+++ b/nshlib/nsh_command.c
@@ -25,6 +25,7 @@
#include <nuttx/config.h>
#include <string.h>
+#include <assert.h>
#ifdef CONFIG_NSH_BUILTIN_APPS
# include <nuttx/lib/builtin.h>