about summary refs log tree commit diff stats
path: root/src/ui/win_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/win_types.h')
-rw-r--r--src/ui/win_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index d4196111..7beaca5f 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -45,6 +45,8 @@
 #include <ncursesw/ncurses.h>
 #elif HAVE_NCURSES_H
 #include <ncurses.h>
+#elif HAVE_CURSES_H
+#include <curses.h>
 #endif
 
 #include "tools/autocomplete.h"