summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/modsys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modsys.c b/py/modsys.c
index 09bdfefc63..1cfc09ecfb 100644
--- a/py/modsys.c
+++ b/py/modsys.c
@@ -36,7 +36,7 @@
#include "py/smallint.h"
#include "py/runtime.h"
#include "py/persistentcode.h"
-#include "extmod/moduplatform.h"
+#include "extmod/modplatform.h"
#include "genhdr/mpversion.h"
#if MICROPY_PY_SYS_SETTRACE