summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 299a27c)
raw | patch | inline | side by side (parent: 299a27c)
author | Max Kellermann <max@duempel.org> | |
Tue, 18 Nov 2008 20:57:17 +0000 (21:57 +0100) | ||
committer | Max 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.
disabled.
src/ncu.c | patch | blob | history |
diff --git a/src/ncu.c b/src/ncu.c
index c31f97d6b4ed5abe2de0debe414564d174707100..0e1124e6fc0797d952ca5b136d1d6132a1e87643 100644 (file)
--- a/src/ncu.c
+++ b/src/ncu.c
*/
#include "ncu.h"
+#include "config.h"
#ifdef ENABLE_COLORS
#include "colors.h"