summaryrefslogtreecommitdiff
path: root/py/compile.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-17 10:31:03 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-17 10:31:03 +0000
commitc44115f831046b832dffdd0f7ab9acee89c69251 (patch)
treeb6d47715a189326e3cf9bc951be06ddf2825d61e /py/compile.c
parent781687c77280c96b4b240994a0a0e28cc959d269 (diff)
parentc55388823f355334b1691b97cad5efc279feb224 (diff)
Merge branch 'master' of github.com:xbe/micropython
Diffstat (limited to 'py/compile.c')
-rw-r--r--py/compile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/py/compile.c b/py/compile.c
index d1aec3095..bb688d5d8 100644
--- a/py/compile.c
+++ b/py/compile.c
@@ -1,5 +1,4 @@
-#include <unistd.h>
-#include <stdlib.h>
+#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>