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/objfun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/objfun.c') diff --git a/py/objfun.c b/py/objfun.c index 7a1c3ff15a..e0c25771e1 100644 --- a/py/objfun.c +++ b/py/objfun.c @@ -7,9 +7,9 @@ #include #endif +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "objtuple.h" -- cgit v1.2.3