aboutsummaryrefslogtreecommitdiff
path: root/lib/substitute.h
diff options
context:
space:
mode:
authorcomex2015-03-03 14:11:31 -0500
committercomex2015-03-03 14:11:39 -0500
commit0c8985d090df2eeb1d703bd71ba48ee06daa2b18 (patch)
tree2729f8ec081fe73e6be0b861fd04ab012ce166d6 /lib/substitute.h
parentMerge pull request #2 from evilGoldfish/master (diff)
downloadsubstitute-0c8985d090df2eeb1d703bd71ba48ee06daa2b18.tar.gz
fixes for compiling on older OS X
Diffstat (limited to 'lib/substitute.h')
-rw-r--r--lib/substitute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/substitute.h b/lib/substitute.h
index d752d47..f75aa82 100644
--- a/lib/substitute.h
+++ b/lib/substitute.h
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <stdint.h>
+#include <stdbool.h>
#ifdef __cplusplus
extern "C" {