mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 21:41:11 +02:00
windows build
This commit is contained in:
parent
ad4dd9404d
commit
e0946838f3
1 changed files with 0 additions and 3 deletions
|
@ -12,13 +12,10 @@
|
||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
//#include <netinet/in.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
//#include <SharedUtil.h> // for usecTimestampNow()
|
|
||||||
#include <MovingMinMaxAvg.h> // for MovingMinMaxAvg
|
#include <MovingMinMaxAvg.h> // for MovingMinMaxAvg
|
||||||
|
|
||||||
void runSend(const char* addressOption, int port, int gap, int size);
|
void runSend(const char* addressOption, int port, int gap, int size);
|
||||||
|
|
Loading…
Reference in a new issue