Do not include <windows.h>, to avoid duplicate declaration of
select().
This commit is contained in:
parent
b8dc8abbc0
commit
ae07d8e834
|
@ -18,7 +18,6 @@
|
||||||
* License along with this library; if not, write to the Free Software
|
* License along with this library; if not, write to the Free Software
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <windows.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue