From c025ebb2dc38891fff1d451d13382d9717fb1d59 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 12 Oct 2013 14:30:21 +0100 Subject: Separate out mpy core and unix version. --- py/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/parse.c') 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 #include "misc.h" +#include "mpyconfig.h" #include "lexer.h" -#include "machine.h" #include "parse.h" #define RULE_ACT_KIND_MASK (0xf0) -- cgit v1.2.3