Update gcancellable.c for Win32
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 May 2011 05:40:38 +0000 (13:40 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 May 2011 05:40:38 +0000 (13:40 +0800)
errno.h is still required for Windows in this file...

gio/gcancellable.c

index 3573ee8..00a833b 100644 (file)
@@ -27,6 +27,7 @@
 #endif
 #include <gioerror.h>
 #ifdef G_OS_WIN32
+#include <errno.h>
 #include <windows.h>
 #include <io.h>
 #endif