From: Max Kellermann Date: Tue, 18 Nov 2008 20:57:17 +0000 (+0100) Subject: ncu: include config.h, fix mouse and color support X-Git-Tag: v0.12_beta1~41 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e314afc17e7710e830013fad56b9840530b7ceba;p=ncmpc.git ncu: include config.h, fix mouse and color support Due to config.h not being included, mouse and color support was always disabled. --- diff --git a/src/ncu.c b/src/ncu.c index c31f97d..0e1124e 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"