Fix capitalization of winsock2.h, not sure if this include is still needed (not present in master).
parent
dc4cf90ce5
commit
ad4a33a789
|
@ -30,7 +30,7 @@
|
||||||
#ifndef WZ_OS_WIN
|
#ifndef WZ_OS_WIN
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#else
|
#else
|
||||||
#include <Winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../framework/frame.h"
|
#include "../framework/frame.h"
|
||||||
|
|
Loading…
Reference in New Issue