summaryrefslogtreecommitdiff
path: root/apps/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
commit2992f82c56ff672531fd152c89e783c6fc2daec0 (patch)
tree9c640841e6e562f9e98e154ea68d97cb2c211f45 /apps/include
parentdb7257ad4894df88a59100a8849b156029fbcf21 (diff)
downloadnuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.gz
nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.bz2
nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.zip
Move prun from interpreters/ to system/; And an NSH built-in appliation that can be used to execute P-Code files from the NSH command line
Diffstat (limited to 'apps/include')
-rw-r--r--apps/include/prun.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/include/prun.h b/apps/include/prun.h
index d440fb3d6..c768ee7f8 100644
--- a/apps/include/prun.h
+++ b/apps/include/prun.h
@@ -42,6 +42,8 @@
#include <nuttx/config.h>
+#include <sys/types.h>
+
/****************************************************************************
* Pre-Processor Definitions
****************************************************************************/