lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
This commit is contained in:
parent
efdda2c62d
commit
925c5b1da2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user