Include io.h for write() on win32

This commit is contained in:
Hans Breuer 2009-05-30 15:14:01 +02:00
parent 136793cc5e
commit cbca0ac5d9

View 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"