1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

include sys/select.h

This commit is contained in:
Daniel Stenberg 2004-02-23 16:20:31 +00:00
parent f128fae705
commit 48bc26e7e3

View File

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