aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index 70853f4ff..e7e9e8f4c 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,6 +1,8 @@
#ifndef OPTIONS_H
#define OPTIONS_H
+#include "config.h"
+
#include <stdbool.h>
#define MPD_HOST_ENV "MPD_HOST"
@@ -31,7 +33,9 @@ typedef struct {
bool list_wrap;
bool auto_center;
bool wide_cursor;
+#ifdef ENABLE_COLORS
bool enable_colors;
+#endif
bool audible_bell;
bool visible_bell;
bool enable_xterm_title;