diff options
| author | Yasuhiro Matsumoto <[email protected]> | 2017-12-12 18:41:49 +0900 |
|---|---|---|
| committer | Yasuhiro Matsumoto <[email protected]> | 2017-12-12 22:39:20 +0900 |
| commit | f6f8bb2416993cc22c73647408fd66704fb1a759 (patch) | |
| tree | 1bbf2091cdfb48562f1b2733e730e50ca872ae2d /mrbgems/mruby-io/src | |
| parent | 06ec17de6052f5c7b64c1fcc07d9f631c3616596 (diff) | |
| download | mruby-f6f8bb2416993cc22c73647408fd66704fb1a759.tar.gz mruby-f6f8bb2416993cc22c73647408fd66704fb1a759.zip | |
fix compilation error
Diffstat (limited to 'mrbgems/mruby-io/src')
| -rw-r--r-- | mrbgems/mruby-io/src/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <fcntl.h> |
