summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 7bc92b8..03c6194 100644
--- a/options.c
+++ b/options.c
@@ -23,9 +23,9 @@
#include <stdio.h>
#include <unistd.h>
-#include "config.h"
#include "options.h"
#include "util.h"
+#include "config.h"
options_t _options;
const options_t *options = (const options_t*) &_options;