Fix build with the Microsoft compiler
[platform/upstream/glib.git] / gio / gdbusserver.c
index 008f85d..85adccc 100644 (file)
@@ -28,6 +28,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef _WIN32
+#include <io.h>
+#endif
 
 #include "giotypes.h"
 #include "gioerror.h"