mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:29:01 +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
|
#ifdef WIN32
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
#include <WS2tcpip.h>
|
||||||
#else
|
#else
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue