common.h: include `<sys/types.h>` for `ssize_t`; #5617

parent 27d1e013
......@@ -28,6 +28,7 @@
# define MRB_END_DECL
#endif
#include <sys/types.h>
#if defined _MSC_VER
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment