From eaf11cc12a1aa4b050a8a1e7ea3770d3d9c81e95 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:29 +0200 Subject: Imported Upstream version 1.0 --- RichString.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index 6d87cd8..4c61709 100644 --- a/RichString.c +++ b/RichString.c @@ -12,9 +12,13 @@ #include "debug.h" #include -#ifdef HAVE_LIBNCURSESW +#ifdef HAVE_NCURSESW_CURSES_H #include -#else +#elif HAVE_NCURSES_NCURSES_H +#include +#elif HAVE_NCURSES_H +#include +#elif HAVE_CURSES_H #include #endif -- cgit v1.2.3