From 59c675a64c1d9757d50ad4627da67a6f996a99fb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 21 Jun 2014 22:43:22 +0300 Subject: py: Include mpconfig.h before all other includes. It defines types used by all other headers. Fixes #691. --- py/repl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/repl.c') diff --git a/py/repl.c b/py/repl.c index 457ce165b7..2c3dfbd4d9 100644 --- a/py/repl.c +++ b/py/repl.c @@ -24,8 +24,8 @@ * THE SOFTWARE. */ -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "repl.h" #if MICROPY_HELPER_REPL -- cgit v1.2.3