aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-23 16:20:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-23 16:20:31 +0000
commit48bc26e7e3f767148c7d57f313027db1e90f3746 (patch)
tree4be0c666a4a02ccb55b34f360fd7d44594e2b5bf /ares
parentf128fae705d269dd4e24405fba44d77fb4aa8c20 (diff)
include sys/select.h
Diffstat (limited to 'ares')
-rw-r--r--ares/ares.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#ifdef WIN32
#include <winsock.h>
#include <windows.h>