Commit f3a9f540 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Merge pull request #248 from eworm-de/wctype

include wctype.h for iswprint()
parents 8f07868f f10cbaa8
......@@ -29,6 +29,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)
......
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment