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/objrange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/objrange.c') diff --git a/py/objrange.c b/py/objrange.c index 8c0eadd32e..acfeed7d9c 100644 --- a/py/objrange.c +++ b/py/objrange.c @@ -1,8 +1,8 @@ #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