diff options
author | Max Kellermann <max@duempel.org> | 2008-11-18 21:57:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-18 21:57:17 +0100 |
commit | e314afc17e7710e830013fad56b9840530b7ceba (patch) | |
tree | 3d24bdad60de886de227da443bbcaf0316fd97e5 /src | |
parent | 299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf (diff) | |
download | mpd-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ */ #include "ncu.h" +#include "config.h" #ifdef ENABLE_COLORS #include "colors.h" |