From f10cbaa81226f0052721d0f1ff798f2ae07eb0ad Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 25 Aug 2015 15:23:50 +0200 Subject: include wctype.h for iswprint() --- RichString.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index a5cc64f7..efabe67a 100644 --- a/RichString.c +++ b/RichString.c @@ -29,6 +29,10 @@ in the source distribution for its full text. #include #endif +#ifdef HAVE_LIBNCURSESW +#include +#endif + #define RichString_size(this) ((this)->chlen) #define RichString_sizeVal(this) ((this).chlen) -- cgit v1.2.3