Merge pull request #203 from realityfabric/master

sys/select.h now only included if OS != Windows
This commit is contained in:
defnax 2015-12-13 18:20:56 +01:00
commit 96c28724fe

View File

@ -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