mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:04:24 +02:00
windows build
This commit is contained in:
parent
8c14f948f2
commit
ddfdfc9242
1 changed files with 4 additions and 0 deletions
|
@ -7,7 +7,11 @@
|
|||
//
|
||||
|
||||
#include <iostream>
|
||||
#ifdef _WINDOWS
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#include <netinet/in.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Reference in a new issue