Windows case sentitive fs build fix

This commit is contained in:
Julien Schueller
2017-10-15 02:05:01 +02:00
committed by GitHub
parent 618deae3e4
commit 9a9054728f

View File

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