summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-02 19:55:26 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-02 19:55:26 +0100
commita05f5dd9528ba16df96d3ece581d5d0b2288b5ec (patch)
tree9e3a64d58929d4e133c250e020648d166e6689fd /py
parente90eefc84b5d2e844194e8d51937c1801d8768fe (diff)
parentad1bac63f714550bc6e2b0a718ee155288254b7a (diff)
Merge branch 'master' of github.com:micropython/micropython
Diffstat (limited to 'py')
-rw-r--r--py/gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/gc.c b/py/gc.c
index 3a3fdb00a..c319e9ffb 100644
--- a/py/gc.c
+++ b/py/gc.c
@@ -2,6 +2,7 @@
#include <string.h>
#include "mpconfig.h"
+#include "misc.h"
#include "gc.h"
#if MICROPY_ENABLE_GC