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/showbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/showbc.c') diff --git a/py/showbc.c b/py/showbc.c index e3032e8d98..b5b5ce44aa 100644 --- a/py/showbc.c +++ b/py/showbc.c @@ -1,8 +1,8 @@ #include #include -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "bc0.h" -- cgit v1.2.3