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-05 17:49:36 +1200
commitf33d490cc017c0a4915bb2ec175df0238702442b (patch)
tree62c19cd0b68f6d5bfd9a3105858d85b84b88b44a /defaults.h
parent66e266956c51be09cfc9a8c30c74d1ce80b834e0 (diff)
downloadparamano-f33d490cc017c0a4915bb2ec175df0238702442b.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;