summaryrefslogtreecommitdiff
path: root/extmod/machine_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/machine_mem.c')
-rw-r--r--extmod/machine_mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_mem.c b/extmod/machine_mem.c
index f27356e02..217c7ca08 100644
--- a/extmod/machine_mem.c
+++ b/extmod/machine_mem.c
@@ -25,7 +25,7 @@
*/
#include "py/runtime.h"
-#include "extmod/machine_mem.h"
+#include "extmod/modmachine.h"
#if MICROPY_PY_MACHINE