summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.c b/config.c
index 7f43b24..bc02e5c 100644
--- a/config.c
+++ b/config.c
@@ -7,7 +7,9 @@
// [section2]
// asdf = 123
-// all the "control" pointers here are relative to a NULL Settings object.
+#include "ted.h"
+
+// all the "control" pointers here are relative to `settings_zero`.
typedef struct {
const char *name;
const bool *control;