]> granicus.if.org Git - curl/commitdiff
include sys/select.h
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 16:20:31 +0000 (16:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 16:20:31 +0000 (16:20 +0000)
ares/ares.h

index c8f708edcd94485864a4beed3d212f6715b2ae98..c3959e0b4ffbee012119ab8d8bfe519f5dae8e77 100644 (file)
 
 #include <sys/types.h>
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
 #ifdef WIN32
 #include <winsock.h>
 #include <windows.h>