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.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index b6622a1..a95726f 100644 --- a/RichString.h +++ b/RichString.h @@ -15,9 +15,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