Update gcancellable.c for Win32

errno.h is still required for Windows in this file...
This commit is contained in:
Chun-wei Fan 2011-05-05 13:40:38 +08:00
parent 8f484c482d
commit 9f90408e97

View File

@ -27,6 +27,7 @@
#endif
#include <gioerror.h>
#ifdef G_OS_WIN32
#include <errno.h>
#include <windows.h>
#include <io.h>
#endif