[glib] Include io.h for write() on win32
- From: Hans Breuer <hans src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Include io.h for write() on win32
- Date: Sat, 30 May 2009 10:08:14 -0400 (EDT)
commit cbca0ac5d92df015902b3fd8a9086a29b20bc6f9
Author: Hans Breuer <hans breuer org>
Date: Sat May 30 15:14:01 2009 +0200
Include io.h for write() on win32
---
gio/gcancellable.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gio/gcancellable.c b/gio/gcancellable.c
index 7de241a..e54d6c8 100644
--- a/gio/gcancellable.c
+++ b/gio/gcancellable.c
@@ -28,6 +28,7 @@
#include <gioerror.h>
#ifdef G_OS_WIN32
#include <windows.h>
+#include <io.h>
#endif
#include "gcancellable.h"
#include "glibintl.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]