aboutsummaryrefslogtreecommitdiff
path: root/py/vstr.c
diff options
context:
space:
mode:
authorxbe <xbe@machine>2014-03-16 00:14:26 -0700
committerxbe <xbe@machine>2014-03-17 02:43:40 -0700
commitefe34223945a5d27a7ae9445d0793d6330cd2411 (patch)
tree7d3a9d2b59259696c0cf619174a55eb417b61464 /py/vstr.c
parentc93a22197bfdb9323fa176eca4d30f307963ce9d (diff)
py: Clean up includes.
Remove unnecessary includes. Add includes that improve portability.
Diffstat (limited to 'py/vstr.c')
-rw-r--r--py/vstr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/vstr.c b/py/vstr.c
index c518fa704..032acc61b 100644
--- a/py/vstr.c
+++ b/py/vstr.c
@@ -1,3 +1,4 @@
+#include <stdbool.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>