mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 03:45:08 +02:00
include WS2tcpip for socklen_t on windows
This commit is contained in:
parent
b87c04444e
commit
da24483d7c
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue