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/objzip.c b/py/objzip.c index 4c7070b..c3bffd8 100644 --- a/py/objzip.c +++ b/py/objzip.c
@@ -1,8 +1,8 @@ #include <stdlib.h> #include <assert.h> -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "runtime.h"