From 9b71b16a942f0ce6b18d0b631d292276baa007c9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 2 May 2014 18:03:04 +0300 Subject: unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. --- stmhal/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/help.c') diff --git a/stmhal/help.c b/stmhal/help.c index 975a102445..084d708e6e 100644 --- a/stmhal/help.c +++ b/stmhal/help.c @@ -1,8 +1,8 @@ #include +#include "mpconfig.h" #include "nlr.h" #include "misc.h" -#include "mpconfig.h" #include "qstr.h" #include "obj.h" -- cgit v1.2.3