aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-18 21:57:17 +0100
committerMax Kellermann <max@duempel.org>2008-11-18 21:57:17 +0100
commite314afc17e7710e830013fad56b9840530b7ceba (patch)
tree3d24bdad60de886de227da443bbcaf0316fd97e5 /src
parent299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf (diff)
downloadmpd-e314afc17e7710e830013fad56b9840530b7ceba.tar.gz
mpd-e314afc17e7710e830013fad56b9840530b7ceba.tar.xz
mpd-e314afc17e7710e830013fad56b9840530b7ceba.zip
ncu: include config.h, fix mouse and color support
Due to config.h not being included, mouse and color support was always disabled.
Diffstat (limited to 'src')
-rw-r--r--src/ncu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ncu.c b/src/ncu.c
index c31f97d6b..0e1124e6f 100644
--- a/src/ncu.c
+++ b/src/ncu.c
@@ -17,6 +17,7 @@
*/
#include "ncu.h"
+#include "config.h"
#ifdef ENABLE_COLORS
#include "colors.h"