summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 15:52:28 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-06-16 15:52:28 -0700
commit33e8c0e803d5b90e1d8dfa0a150fdefd67f40d8f (patch)
tree0eb6ab7f77e3452e65d8fb4ecb536bb2778d3352
parent737d520e12c3019d79a1aaf545bd5c07f1d061ee (diff)
Include stdbool
-rw-r--r--database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database.h b/database.h
index 0d69a71..790af7e 100644
--- a/database.h
+++ b/database.h
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <stdbool.h>
#define IN true
#define OUT false