Merge pull request #2289 from bluca/windoze_includes_test

Problem:capitalized include filenames trip mingw
This commit is contained in:
Constantin Rack 2017-01-03 21:20:46 +01:00 committed by GitHub
commit 17ef8c6793

View File

@ -32,8 +32,8 @@
#define MSG_SIZE 20
#ifdef _WIN32
#include <Winsock2.h>
#include <Ws2tcpip.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#else
#include <sys/types.h>
#include <sys/socket.h>