Move apps/include/nsh.h to apps/include/nshlib/nshlib.h

This commit is contained in:
Gregory Nutt
2016-07-01 06:59:23 -06:00
parent cd741c82cf
commit 0e76ca7474
9 changed files with 17 additions and 17 deletions

View File

@@ -55,7 +55,7 @@
# include <nuttx/binfmt/symtab.h>
#endif
#include <apps/nsh.h>
#include <apps/nshlib/nshlib.h>
/****************************************************************************
* Pre-processor Definitions