From f6f8bb2416993cc22c73647408fd66704fb1a759 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 12 Dec 2017 18:41:49 +0900 Subject: fix compilation error --- mrbgems/mruby-io/src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-io/src') diff --git a/mrbgems/mruby-io/src/io.c b/mrbgems/mruby-io/src/io.c index c5f7a8f5a..b114b4563 100644 --- a/mrbgems/mruby-io/src/io.c +++ b/mrbgems/mruby-io/src/io.c @@ -36,7 +36,7 @@ #endif #ifdef _MSC_VER -typedef int pid_t; +typedef mrb_int pid_t; #endif #include -- cgit v1.2.3