mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
include sys/select.h
This commit is contained in:
parent
f128fae705
commit
48bc26e7e3
@ -20,6 +20,10 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user