summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_apps.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/nsh/nsh_apps.c')
-rw-r--r--nuttx/examples/nsh/nsh_apps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nsh/nsh_apps.c b/nuttx/examples/nsh/nsh_apps.c
index d1ce1d955..58f44414a 100644
--- a/nuttx/examples/nsh/nsh_apps.c
+++ b/nuttx/examples/nsh/nsh_apps.c
@@ -47,7 +47,7 @@
#include <stdbool.h>
#include <errno.h>
-#include <nuttx/nuttapp.h>
+#include <apps/apps.h>
#include "nsh.h"