fix compilation error

This commit is contained in:
Yasuhiro Matsumoto
2017-12-12 18:41:49 +09:00
parent 06ec17de60
commit f6f8bb2416
+1 -1
View File
@@ -36,7 +36,7 @@
#endif
#ifdef _MSC_VER
typedef int pid_t;
typedef mrb_int pid_t;
#endif
#include <fcntl.h>