summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-common.c8
-rw-r--r--tests/test-layout.c5
-rw-r--r--tests/testboundaries.c5
3 files changed, 15 insertions, 3 deletions
diff --git a/tests/test-common.c b/tests/test-common.c
index 17b5df35..adeb4b66 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -21,9 +21,15 @@
#include <glib.h>
#include <string.h>
-#include <unistd.h>
+
#include <locale.h>
+#ifdef G_OS_WIN32
+#include <io.h>
+#else
+#include <unistd.h>
+#endif
+
#include <pango/pangocairo.h>
#include "test-common.h"
diff --git a/tests/test-layout.c b/tests/test-layout.c
index 75af21bd..0a6a2c16 100644
--- a/tests/test-layout.c
+++ b/tests/test-layout.c
@@ -21,9 +21,12 @@
#include <glib.h>
#include <string.h>
-#include <unistd.h>
#include <locale.h>
+#ifndef G_OS_WIN32
+#include <unistd.h>
+#endif
+
#include <pango/pangocairo.h>
#include "test-common.h"
diff --git a/tests/testboundaries.c b/tests/testboundaries.c
index 2f7a79bc..75da772e 100644
--- a/tests/testboundaries.c
+++ b/tests/testboundaries.c
@@ -22,11 +22,14 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
-#include <unistd.h>
#include <glib.h>
#include <pango/pango.h>
+#ifndef G_OS_WIN32
+#include <unistd.h>
+#endif
+
#define CHFORMAT "%0#6x"
/* FIXME for now this just tests that the breaking of some sample