Fix mruby-socket test failure on MinGW.

This commit is contained in:
Hiroshi Mimaki
2018-11-22 09:49:00 +09:00
parent 68c5384830
commit 0711c861ca
+1
View File
@@ -10,6 +10,7 @@
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <winerror.h>
#define SHUT_RDWR SD_BOTH
#ifndef _SSIZE_T_DEFINED