We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768fcb5 commit c2e66eaCopy full SHA for c2e66ea
src/Network.h
@@ -32,8 +32,8 @@
32
#include <winsock2.h>
33
#include <ws2ipdef.h> // required for sockaddr_in6 (?)
34
#include <iphlpapi.h> // for GetAdaptersAddresses
35
-#include <WS2tcpip.h> // for socklen_t
36
-#include <MSWSock.h> // for LPFN_WSARECVMSG
+#include <ws2tcpip.h> // for socklen_t
+#include <mswsock.h> // for LPFN_WSARECVMSG
37
#else
38
#define __APPLE_USE_RFC_3542 // both required for newer constants like IPV6_RECVPKTINFO
39
#define _GNU_SOURCE
0 commit comments