about summary refs log tree commit diff stats
path: root/src/status_bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status_bar.c')
-rw-r--r--src/status_bar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status_bar.c b/src/status_bar.c
index 52d90439..4f8db3a6 100644
--- a/src/status_bar.c
+++ b/src/status_bar.c
@@ -28,8 +28,8 @@
 #ifdef HAVE_NCURSES_H
 #include <ncurses.h>
 #endif
-#ifdef HAVE_NCURSES_NCURSES_H
-#include <ncurses/ncurses.h>
+#ifdef HAVE_NCURSESW_NCURSES_H
+#include <ncursesw/ncurses.h>
 #endif
 
 #include "theme.h"