Merge pull request #1385 from jschueller/patch-2

Windows case sentitive fs build fix
This commit is contained in:
erwincoumans
2017-10-14 18:04:33 -07:00
committed by GitHub

View File

@@ -46,7 +46,7 @@
#include <string.h>
#if WIN32
#include <Winsock2.h>
#include <winsock2.h>
#include <time.h>
#endif