summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-02-03 10:15:01 +0100
committerBert <ber.t@gmx.com>2011-02-03 10:15:01 +0100
commit8f4af658ae484c3090dbd5b5b9b498943b3eb959 (patch)
tree995810dbc295f16bc5438844cb9eafc8cd5b9864 /options.c
parentf5c125b3ee7ac6d718cf23ef3c7aaba90ce89ff8 (diff)
downloadnsxiv-8f4af658ae484c3090dbd5b5b9b498943b3eb959.tar.zst
Refactored, new files util.[ch], C89
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 74daf5b..3e519f2 100644
--- a/options.c
+++ b/options.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <unistd.h>
-#include "sxiv.h"
+#include "config.h"
#include "options.h"
options_t _options;