summaryrefslogtreecommitdiffstatshomepage
path: root/py/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/vm.c')
-rw-r--r--py/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index e672ef799e..d6740cf04d 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -5,7 +5,7 @@
#include <assert.h>
#include "misc.h"
-#include "machine.h"
+#include "mpyconfig.h"
#include "runtime.h"
#include "bc.h"