commit | f54bcbf0997211a3d2a04bab09c79f602fa0c8e9 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri May 02 17:47:01 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Fri May 02 17:48:40 2014 +0300 |
tree | 66b17f3c5632a9cc8f4447d0971338d4d93f244b | |
parent | e0954d426fdd1cdf2027963c80977ea373acb19e [diff] [blame] |
py, unix: Make "mpconfig.h" be first included, as other headers depend on it. Specifically, nlr.h does.
diff --git a/py/objint.c b/py/objint.c index 110876e..bec4e92 100644 --- a/py/objint.c +++ b/py/objint.c
@@ -3,9 +3,9 @@ #include <assert.h> #include <string.h> +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" #include "parsenum.h"