summaryrefslogtreecommitdiff
path: root/unix/gccollect.c
diff options
context:
space:
mode:
authorstijn <stinos@zoho.com>2014-06-28 20:49:39 +0200
committerstijn <stinos@zoho.com>2014-06-28 20:49:39 +0200
commit5478ed18ea4dbce3e73e2694a926118e0df1d7a7 (patch)
treeb0a31d095b9eb056351506ae52a52792c3dbc527 /unix/gccollect.c
parentb1b840554d27659f760304713c98f5c7f2d7f74b (diff)
unix: Fix mpconfig.h not being included before misc.h
This fixes count_lead_ones in misc.h not compiling due to unknown types
Diffstat (limited to 'unix/gccollect.c')
-rw-r--r--unix/gccollect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/gccollect.c b/unix/gccollect.c
index f24cc5249..be05ff3eb 100644
--- a/unix/gccollect.c
+++ b/unix/gccollect.c
@@ -26,8 +26,8 @@
#include <stdio.h>
-#include "misc.h"
#include "mpconfig.h"
+#include "misc.h"
#include "gc.h"
#if MICROPY_ENABLE_GC