summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-02-26 17:10:11 +0000
committerHisham Muhammad <hisham@gobolinux.org>2013-02-26 17:10:11 +0000
commita0810561f3bb86910ce0f43d9d673d29c576fcbb (patch)
tree7c2d75532502dd8d448e379d25f08eda46b8bae4 /RichString.h
parent43a72316157e98ad48dd6fd96f1a5d8d4de2f1a6 (diff)
Add extra checks in configure.ac for different locations of (n)curses.h
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RichString.h b/RichString.h
index f22692de..a9cb3f6e 100644
--- a/RichString.h
+++ b/RichString.h
@@ -19,6 +19,8 @@ in the source distribution for its full text.
#include <ncursesw/curses.h>
#elif HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
+#elif HAVE_NCURSES_CURSES_H
+#include <ncurses/curses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_CURSES_H

© 2014-2024 Faster IT GmbH | imprint | privacy policy