aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-06-05 17:49:36 +1200
committerDavid <dbphillipsnz@gmail.com>2014-06-06 20:31:40 +1200
commit2244ff66ff8dfe5352c5ab850a99d06648a14a6b (patch)
tree002ef198ce274045172344c1e58b86900967abb8 /defaults.h
parentef004666027cd8fc3854ced9f126ae3ab0ce28f9 (diff)
downloadparamano-2244ff66ff8dfe5352c5ab850a99d06648a14a6b.tar.xz
Clean-ups
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults.h b/defaults.h
index bf5f5d9..0963b8d 100644
--- a/defaults.h
+++ b/defaults.h
@@ -19,7 +19,7 @@
#ifndef DEFAULTS_H
#define DEFAULTS_H
-#include "bool.h" /* boolean types */
+#include <stdbool.h> /* boolean types */
#include <stdlib.h> /* NULL */
char* _DEFAULT_GOV;