projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136793c
)
Include io.h for write() on win32
author
Hans Breuer
<hans@breuer.org>
Sat, 30 May 2009 13:14:01 +0000
(15:14 +0200)
committer
Hans Breuer
<hans@breuer.org>
Sat, 30 May 2009 13:14:01 +0000
(15:14 +0200)
gio/gcancellable.c
patch
|
blob
|
history
diff --git
a/gio/gcancellable.c
b/gio/gcancellable.c
index 7de241a448c4e191e4a969c002c14fa577c41bed..e54d6c8974f4ab4094eb390bb02b38cf45813889 100644
(file)
--- 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"