mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Made it so that sys/select.h is only included if the operating system is not Windows
This commit is contained in:
parent
4b38b66937
commit
e003f561e3
@ -32,7 +32,9 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#ifndef WIN32
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
/***
|
||||
* #define UDP_ENABLE_BROADCAST 1
|
||||
|
Loading…
Reference in New Issue
Block a user