Lower-case windows header filename for MinGW builds

This commit is contained in:
Andrew Johnson
2016-03-29 17:18:00 -05:00
parent b70c1d69a8
commit 5ffdb89450

View File

@@ -6,7 +6,7 @@
#ifdef _WIN32
// needed for ip_mreq
#include <Ws2tcpip.h>
#include <ws2tcpip.h>
#endif
#include <pv/blockingUDP.h>