From c17fd70de93202a97d1af5b48b7db9415951b5a1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 10 May 2014 10:38:38 +0100 Subject: stm: Reorder mpconfig.h header inclusion to get stm building. --- stm/pyexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/pyexec.c') diff --git a/stm/pyexec.c b/stm/pyexec.c index 52a436218..00d5f0bda 100644 --- a/stm/pyexec.c +++ b/stm/pyexec.c @@ -2,9 +2,9 @@ #include #include +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "misc.h" #include "lexer.h" -- cgit v1.2.3