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