From 59c675a64c1d9757d50ad4627da67a6f996a99fb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 21 Jun 2014 22:43:22 +0300 Subject: py: Include mpconfig.h before all other includes. It defines types used by all other headers. Fixes #691. --- py/parsehelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/parsehelper.c') diff --git a/py/parsehelper.c b/py/parsehelper.c index 3ead5a3031..105afe711e 100644 --- a/py/parsehelper.c +++ b/py/parsehelper.c @@ -29,8 +29,8 @@ #include #include -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "lexer.h" #include "parse.h" -- cgit v1.2.3