aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
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;