diff options
Diffstat (limited to 'mpy-cross/gccollect.c')
| -rw-r--r-- | mpy-cross/gccollect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpy-cross/gccollect.c b/mpy-cross/gccollect.c index 120f1a225..72d4204c2 100644 --- a/mpy-cross/gccollect.c +++ b/mpy-cross/gccollect.c @@ -29,7 +29,7 @@ #include "py/mpstate.h" #include "py/gc.h" -#include "lib/utils/gchelper.h" +#include "shared/runtime/gchelper.h" #if MICROPY_ENABLE_GC |
