mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add definition for pid_t on MSVC
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef int pid_t;
|
||||
#endif
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user