mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 06:46:39 +02:00
windows build
This commit is contained in:
parent
e0946838f3
commit
48b73e3f0e
1 changed files with 1 additions and 1 deletions
|
@ -11,9 +11,9 @@
|
|||
#include <winsock2.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include <MovingMinMaxAvg.h> // for MovingMinMaxAvg
|
||||
|
|
Loading…
Reference in a new issue