summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream.c b/stream.c
index 9016555e..a7ff92c8 100644
--- a/stream.c
+++ b/stream.c
@@ -40,6 +40,9 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef __CYGWIN__
+#include <sys/utsname.h>
+#endif
#if HAVE_FCNTL_H
#include <fcntl.h>
#endif