diff options
| author | Damien George | 2015-11-09 13:13:09 +0000 |
|---|---|---|
| committer | Damien George | 2015-11-09 13:13:09 +0000 |
| commit | 40274fec9c0f8e1ce06f999927f550106b9aa5e8 (patch) | |
| tree | e844a4ee49957ccb0a8f2f1585826c55201ed3e8 /minimal | |
| parent | 50f56227c651dfec18f0c72add3649ab0d678346 (diff) | |
lib/pyexec: Move header pyexec.h from stmhal directory.
Diffstat (limited to 'minimal')
| -rw-r--r-- | minimal/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minimal/main.c b/minimal/main.c index dc34d89bc..cb3b62508 100644 --- a/minimal/main.c +++ b/minimal/main.c @@ -7,7 +7,7 @@ #include "py/runtime.h" #include "py/repl.h" #include "py/gc.h" -#include "pyexec.h" +#include "lib/utils/pyexec.h" void do_str(const char *src, mp_parse_input_kind_t input_kind) { mp_lexer_t *lex = mp_lexer_new_from_str_len(MP_QSTR__lt_stdin_gt_, src, strlen(src), 0); |
