summaryrefslogtreecommitdiffstatshomepage
path: root/py/compile.c
diff options
context:
space:
mode:
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 d1aec30958..bb688d5d8e 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>