From e314afc17e7710e830013fad56b9840530b7ceba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Nov 2008 21:57:17 +0100 Subject: [PATCH] ncu: include config.h, fix mouse and color support Due to config.h not being included, mouse and color support was always disabled. --- src/ncu.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2