diff options
Diffstat (limited to 'py/gc.c')
-rw-r--r-- | py/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <stdint.h> #include <string.h> -#include "mpyconfig.h" +#include "mpconfig.h" #include "gc.h" // a machine word is big enough to hold a pointer |