From a0810561f3bb86910ce0f43d9d673d29c576fcbb Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 26 Feb 2013 17:10:11 +0000 Subject: Add extra checks in configure.ac for different locations of (n)curses.h --- RichString.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RichString.c') 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 #elif HAVE_NCURSES_NCURSES_H #include +#elif HAVE_NCURSES_CURSES_H +#include #elif HAVE_NCURSES_H #include #elif HAVE_CURSES_H -- cgit v1.2.3