From abca512937091e35608a2a5531aaf73da56f503f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Aug 2015 21:40:41 -0700 Subject: * stream.c: Include header for iswprint. Needed on Cygwin. --- ChangeLog | 5 +++++ stream.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ebf4264e..c3c7cba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-08-07 Kaz Kylheku + + * stream.c: Include header for iswprint. + Needed on Cygwin. + 2015-08-07 Kaz Kylheku * sysif.c (w_lstat): If we don't have S_IFLINK, implement diff --git a/stream.c b/stream.c index a5bf5909..cf5e2e8e 100644 --- a/stream.c +++ b/stream.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include "config.h" #if HAVE_UNISTD_H -- cgit v1.2.3