diff options
| author | Damien George | 2018-01-31 18:21:07 +1100 |
|---|---|---|
| committer | Damien George | 2018-01-31 18:21:07 +1100 |
| commit | 925c5b1da2fed80774dd393d597392a2c254effa (patch) | |
| tree | b4174bd1f1ae9e8cff4ad1de59f0f30a342cafad /lib/utils | |
| parent | efdda2c62deba4f4f24672e441cffe496158bb35 (diff) | |
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
Diffstat (limited to 'lib/utils')
| -rw-r--r-- | lib/utils/pyexec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/pyexec.h b/lib/utils/pyexec.h index bc98ba94a..678c56cf4 100644 --- a/lib/utils/pyexec.h +++ b/lib/utils/pyexec.h @@ -26,6 +26,8 @@ #ifndef MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H #define MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H +#include "py/obj.h" + typedef enum { PYEXEC_MODE_RAW_REPL, PYEXEC_MODE_FRIENDLY_REPL, |
