diff options
author | comex | 2015-03-03 14:11:31 -0500 |
---|---|---|
committer | comex | 2015-03-03 14:11:39 -0500 |
commit | 0c8985d090df2eeb1d703bd71ba48ee06daa2b18 (patch) | |
tree | 2729f8ec081fe73e6be0b861fd04ab012ce166d6 /lib/substitute.h | |
parent | Merge pull request #2 from evilGoldfish/master (diff) | |
download | substitute-0c8985d090df2eeb1d703bd71ba48ee06daa2b18.tar.gz |
fixes for compiling on older OS X
Diffstat (limited to '')
-rw-r--r-- | lib/substitute.h | 1 |
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" { |