aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_list.h')
-rw-r--r--src/screen_list.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/screen_list.h b/src/screen_list.h
index 27c034676..e208a8bfe 100644
--- a/src/screen_list.h
+++ b/src/screen_list.h
@@ -22,7 +22,11 @@
#include "config.h"
+#ifdef HAVE_NCURSESW_NCURSES_H
+#include <ncursesw/ncurses.h>
+#else
#include <ncurses.h>
+#endif
extern const struct screen_functions screen_playlist;
extern const struct screen_functions screen_browse;