From f54bcbf0997211a3d2a04bab09c79f602fa0c8e9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 2 May 2014 17:47:01 +0300 Subject: py, unix: Make "mpconfig.h" be first included, as other headers depend on it. Specifically, nlr.h does. --- py/objstringio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/objstringio.c') diff --git a/py/objstringio.c b/py/objstringio.c index a3a7566300..8b3dfaf61e 100644 --- a/py/objstringio.c +++ b/py/objstringio.c @@ -1,9 +1,9 @@ #include #include +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "runtime.h" -- cgit v1.2.3