summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiraj Razick <siraj.razick@collabora.co.uk>2011-12-22 19:11:23 -0500
committerSiraj Razick <siraj.razick@collabora.co.uk>2011-12-22 19:11:23 -0500
commit18209172f6ff643247c1fe1f09aa20b14ab2f932 (patch)
treec1c44216b1e9061ab05314db616a67aec105e618
parent2b1944ad4085bc10a324dcea19ba19c901bbe578 (diff)
Changes need to cross compile MC for windowsHEADmaster
we need to include io.h to make unmask work when cross compiling
-rw-r--r--src/mcd-master.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mcd-master.c b/src/mcd-master.c
index 9852a51b..06b38946 100644
--- a/src/mcd-master.c
+++ b/src/mcd-master.c
@@ -64,6 +64,10 @@
#include <dbus/dbus-glib-lowlevel.h>
#include <telepathy-glib/telepathy-glib.h>
+#ifdef G_OS_WIN32
+#include <io.h>
+#endif
+
#include "kludge-transport.h"
#include "mcd-master.h"
#include "mcd-master-priv.h"