From 8139494e54b5ad1630f30490216e9486b976bdb8 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 28 Jun 2014 23:32:03 +0300 Subject: stmhal: Include mpconfig.h before all other includes. It defines types used by all other headers. Fixes #691. --- stmhal/bufhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/bufhelper.c') diff --git a/stmhal/bufhelper.c b/stmhal/bufhelper.c index dd7265552..1f823ea96 100644 --- a/stmhal/bufhelper.c +++ b/stmhal/bufhelper.c @@ -24,8 +24,8 @@ * THE SOFTWARE. */ -#include "misc.h" #include "mpconfig.h" +#include "misc.h" #include "qstr.h" #include "obj.h" #include "bufhelper.h" -- cgit v1.2.3