summaryrefslogtreecommitdiff
path: root/py/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.c')
-rw-r--r--py/gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/gc.c b/py/gc.c
index 690503d92..7d4cac6e7 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -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