aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'proc.cpp')
-rw-r--r--proc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/proc.cpp b/proc.cpp
index 1c8b8e6d..1c887c62 100644
--- a/proc.cpp
+++ b/proc.cpp
@@ -33,6 +33,8 @@ Some of the code in this file is based on code from the Glibc manual.
#if HAVE_NCURSES_H
#include <ncurses.h>
+#elif HAVE_NCURSES_CURSES_H
+#include <ncurses/curses.h>
#else
#include <curses.h>
#endif