aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'input.cpp')
-rw-r--r--input.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/input.cpp b/input.cpp
index 8eeb4477..9e1560cf 100644
--- a/input.cpp
+++ b/input.cpp
@@ -24,6 +24,8 @@
#if HAVE_NCURSES_H
#include <ncurses.h>
+#elif HAVE_NCURSES_CURSES_H
+#include <ncurses/curses.h>
#else
#include <curses.h>
#endif