Code

ncu: include config.h, fix mouse and color support
authorMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 20:57:17 +0000 (21:57 +0100)
committerMax Kellermann <max@duempel.org>
Tue, 18 Nov 2008 20:57:17 +0000 (21:57 +0100)
Due to config.h not being included, mouse and color support was always
disabled.

src/ncu.c

index c31f97d6b4ed5abe2de0debe414564d174707100..0e1124e6fc0797d952ca5b136d1d6132a1e87643 100644 (file)
--- a/src/ncu.c
+++ b/src/ncu.c
@@ -17,6 +17,7 @@
  */
 
 #include "ncu.h"
+#include "config.h"
 
 #ifdef ENABLE_COLORS
 #include "colors.h"