summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-08-25 15:23:50 +0200
committerChristian Hesse <mail@eworm.de>2015-08-25 15:23:50 +0200
commitf10cbaa81226f0052721d0f1ff798f2ae07eb0ad (patch)
treef7b7948ed53eb9ca925981ce8d171050d7e966a8 /RichString.h
parent8f07868fefeb844a852fab704c0763b0e9a9bf01 (diff)
include wctype.h for iswprint()
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/RichString.h b/RichString.h
index 73e59610..741c84ae 100644
--- a/RichString.h
+++ b/RichString.h
@@ -27,6 +27,10 @@ in the source distribution for its full text.
#include <curses.h>
#endif
+#ifdef HAVE_LIBNCURSESW
+#include <wctype.h>
+#endif
+
#define RichString_size(this) ((this)->chlen)
#define RichString_sizeVal(this) ((this).chlen)

© 2014-2024 Faster IT GmbH | imprint | privacy policy