aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncu.c')
-rw-r--r--src/ncu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ncu.c b/src/ncu.c
index 1ade90b40..c31f97d6b 100644
--- a/src/ncu.c
+++ b/src/ncu.c
@@ -26,7 +26,11 @@
#include "options.h"
#endif
+#ifdef HAVE_NCURSESW_NCURSES_H
+#include <ncursesw/ncurses.h>
+#else
#include <ncurses.h>
+#endif
void
ncu_init(void)