Commit 7e186432 authored by Luca Boccassi's avatar Luca Boccassi

Problem:capitalized include filenames trip mingw

Solution: use lowercase
parent ec2ba8a9
......@@ -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>
......
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