Commit 48bc26e7 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include sys/select.h

parent f128fae7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>