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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RichString.h') 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 #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