Skip to content

Commit 925c5b1

Browse files
committed
lib/utils/pyexec.h: Include py/obj.h because its decls are needed.
1 parent efdda2c commit 925c5b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/utils/pyexec.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H
2727
#define MICROPY_INCLUDED_LIB_UTILS_PYEXEC_H
2828

29+
#include "py/obj.h"
30+
2931
typedef enum {
3032
PYEXEC_MODE_RAW_REPL,
3133
PYEXEC_MODE_FRIENDLY_REPL,

0 commit comments

Comments
 (0)