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