This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit eef3e1e00914c3d17568049b9e80704689753b0e Author: David Sidrane <[email protected]> AuthorDate: Tue Jun 8 09:13:43 2021 -0700 nshlib/vars: Add assert header --- nshlib/nsh_vars.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nshlib/nsh_vars.c b/nshlib/nsh_vars.c index a56e290..3a829e3 100644 --- a/nshlib/nsh_vars.c +++ b/nshlib/nsh_vars.c @@ -41,6 +41,7 @@ #include <stdlib.h> #include <string.h> +#include <assert.h> #include <errno.h> #include "nsh.h"
