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/qstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/qstr.c') diff --git a/py/qstr.c b/py/qstr.c index 7ccb34f1c..10bc20ecb 100644 --- a/py/qstr.c +++ b/py/qstr.c @@ -27,8 +27,8 @@ #include #include -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" // NOTE: we are using linear arrays to store and search for qstr's (unique strings, interned strings) -- cgit v1.2.3