You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/08 18:20:02 UTC

[incubator-nuttx-apps] 02/02: nshlib/vars: Add assert header

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 <Da...@NscDg.com>
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"