diff options
author | Damien George <damien@micropython.org> | 2021-07-09 14:19:15 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-12 17:08:10 +1000 |
commit | 136369d72f5b99ec23c9c9f178a590bde968e2ee (patch) | |
tree | 6d75116e1e11a4fbd5bf9765062350016e303375 /ports/javascript/main.c | |
parent | 4d546713ec8858cbf908de45de11cbfc46a20971 (diff) | |
download | micropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.tar.gz micropython-136369d72f5b99ec23c9c9f178a590bde968e2ee.zip |
all: Update to point to files in new shared/ directory.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'ports/javascript/main.c')
-rw-r--r-- | ports/javascript/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/javascript/main.c b/ports/javascript/main.c index c56f1a2cba..7a04b8eea3 100644 --- a/ports/javascript/main.c +++ b/ports/javascript/main.c @@ -34,7 +34,7 @@ #include "py/repl.h" #include "py/gc.h" #include "py/mperrno.h" -#include "lib/utils/pyexec.h" +#include "shared/runtime/pyexec.h" #include "emscripten.h" #include "library.h" |