From: Daniel Stenberg Date: Mon, 23 Feb 2004 16:20:31 +0000 (+0000) Subject: include sys/select.h X-Git-Tag: cares-1_1_0~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48bc26e7e3f767148c7d57f313027db1e90f3746;p=curl include sys/select.h --- diff --git a/ares/ares.h b/ares/ares.h index c8f708edc..c3959e0b4 100644 --- a/ares/ares.h +++ b/ares/ares.h @@ -20,6 +20,10 @@ #include +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #ifdef WIN32 #include #include