summaryrefslogtreecommitdiffstats
path: root/RichString.c
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.c
parent43a72316157e98ad48dd6fd96f1a5d8d4de2f1a6 (diff)
Add extra checks in configure.ac for different locations of (n)curses.h
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/RichString.c b/RichString.c
index 33f5880d..5b79d8cd 100644
--- a/RichString.c
+++ b/RichString.c
@@ -21,6 +21,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