summaryrefslogtreecommitdiffstatshomepage
path: root/py/showbc.c
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-02 17:47:01 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-05-02 17:48:40 +0300
commitf54bcbf0997211a3d2a04bab09c79f602fa0c8e9 (patch)
tree66b17f3c5632a9cc8f4447d0971338d4d93f244b /py/showbc.c
parente0954d426fdd1cdf2027963c80977ea373acb19e (diff)
downloadmicropython-f54bcbf0997211a3d2a04bab09c79f602fa0c8e9.tar.gz
micropython-f54bcbf0997211a3d2a04bab09c79f602fa0c8e9.zip
py, unix: Make "mpconfig.h" be first included, as other headers depend on it.
Specifically, nlr.h does.
Diffstat (limited to 'py/showbc.c')
-rw-r--r--py/showbc.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <assert.h>
-#include "misc.h"
#include "mpconfig.h"
+#include "misc.h"
#include "qstr.h"
#include "bc0.h"