aboutsummaryrefslogtreecommitdiff
path: root/defaults.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-05-10 21:30:16 +1200
committerDavid <dbphillipsnz@gmail.com>2014-05-10 21:30:16 +1200
commit2f363ccbee35d265866f04ba6ca34ab2e0ebe4d6 (patch)
tree00dfe6457aa54bad46adea2894df365246d6ecef /defaults.h
parentc6b5a3477b87ced86356813a578c19f6b345008b (diff)
downloadparamano-2f363ccbee35d265866f04ba6ca34ab2e0ebe4d6.tar.xz
Header/includes tidy-up
Diffstat (limited to 'defaults.h')
-rw-r--r--defaults.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults.h b/defaults.h
index f79fc9a..ed6fabd 100644
--- a/defaults.h
+++ b/defaults.h
@@ -19,8 +19,8 @@
#ifndef DEFAULTS_H
#define DEFAULTS_H
-#include "bool.h"
-#include <stdlib.h>
+#include "bool.h" /* boolean types */
+#include <stdlib.h> /* NULL */
char* _DEFAULT_GOV;
char* _DEFAULT_FREQ;