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

@@ -50,7 +50,7 @@
#endif
#include <nuttx/version.h>
#include <apps/nsh.h>
#include <apps/nshlib/nshlib.h>
#include "nsh.h"
#include "nsh_console.h"