mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
include sys/select.h
This commit is contained in:
parent
f128fae705
commit
48bc26e7e3
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue