From bc639575512cd550b06ae3d50093ff293f699102 Mon Sep 17 00:00:00 2001 From: Kovensky Date: Sun, 30 Sep 2012 12:47:37 +0000 Subject: windows support: include io.h when building on Cygwin --- osdep/io.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'osdep') diff --git a/osdep/io.h b/osdep/io.h index 4383d61143..b69643f0e1 100644 --- a/osdep/io.h +++ b/osdep/io.h @@ -28,6 +28,10 @@ wchar_t *mp_from_utf8(void *talloc_ctx, const char *s); char *mp_to_utf8(void *talloc_ctx, const wchar_t *s); #endif +#ifdef __CYGWIN__ +#include +#endif + #ifdef __MINGW32__ #include -- cgit v1.2.3