diff options
Diffstat (limited to 'py/parse.c')
-rw-r--r-- | py/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/parse.c b/py/parse.c index 124d00ffe..541c4eb3f 100644 --- a/py/parse.c +++ b/py/parse.c @@ -7,8 +7,8 @@ #include <assert.h> #include "misc.h" +#include "mpyconfig.h" #include "lexer.h" -#include "machine.h" #include "parse.h" #define RULE_ACT_KIND_MASK (0xf0) |