summaryrefslogtreecommitdiff
path: root/apps/interpreters/micropython/pyexec.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-11 12:33:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-11 12:33:14 -0600
commite73fd5b2cb14a00a65037f27383b206bdeb992b8 (patch)
tree379d468b4fd372c6ac0f3cf9631996201e89eaba /apps/interpreters/micropython/pyexec.h
parentf7ffca8fca109e60a240c4a09a4785624eafa9db (diff)
downloadnuttx-e73fd5b2cb14a00a65037f27383b206bdeb992b8.tar.gz
nuttx-e73fd5b2cb14a00a65037f27383b206bdeb992b8.tar.bz2
nuttx-e73fd5b2cb14a00a65037f27383b206bdeb992b8.zip
A fiew Micro Python build fixes. There are still issues
Diffstat (limited to 'apps/interpreters/micropython/pyexec.h')
-rw-r--r--apps/interpreters/micropython/pyexec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/interpreters/micropython/pyexec.h b/apps/interpreters/micropython/pyexec.h
index 3ef5b3673..07993a868 100644
--- a/apps/interpreters/micropython/pyexec.h
+++ b/apps/interpreters/micropython/pyexec.h
@@ -31,6 +31,12 @@
#define __APPS_INTERPRETERS_MICROPYTHON_PYEXEC_H 1
/****************************************************************************
+ * Included Files
+ ****************************************************************************/
+
+#include "py/obj.h"
+
+/****************************************************************************
* Pre-processor Definitions
****************************************************************************/