summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrbgems/mruby-io/test/mruby_io_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mrbgems/mruby-io/test/mruby_io_test.c b/mrbgems/mruby-io/test/mruby_io_test.c
index 53824522d..7e25dddc2 100644
--- a/mrbgems/mruby-io/test/mruby_io_test.c
+++ b/mrbgems/mruby-io/test/mruby_io_test.c
@@ -15,12 +15,14 @@
typedef int mode_t;
#endif
+#ifdef _MSC_VER
static int
mkstemp(char *p)
{
_mktemp(p);
return 0;
}
+#endif
static char*
mkdtemp(char *temp)