aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.h')
-rw-r--r--src/colors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/colors.h b/src/colors.h
index 051aa9e26..dec3ecd28 100644
--- a/src/colors.h
+++ b/src/colors.h
@@ -3,7 +3,11 @@
#include "config.h"
+#ifdef HAVE_NCURSESW_NCURSES_H
+#include <ncursesw/ncurses.h>
+#else
#include <ncurses.h>
+#endif
enum color {
COLOR_TITLE = 1,