Include io.h for write() on win32
authorHans Breuer <hans@breuer.org>
Sat, 30 May 2009 13:14:01 +0000 (15:14 +0200)
committerHans Breuer <hans@breuer.org>
Sat, 30 May 2009 13:14:01 +0000 (15:14 +0200)
gio/gcancellable.c

index 7de241a..e54d6c8 100644 (file)
@@ -28,6 +28,7 @@
 #include <gioerror.h>
 #ifdef G_OS_WIN32
 #include <windows.h>
+#include <io.h>
 #endif
 #include "gcancellable.h"
 #include "glibintl.h"