diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 16:20:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-23 16:20:31 +0000 |
commit | 48bc26e7e3f767148c7d57f313027db1e90f3746 (patch) | |
tree | 4be0c666a4a02ccb55b34f360fd7d44594e2b5bf /ares | |
parent | f128fae705d269dd4e24405fba44d77fb4aa8c20 (diff) | |
download | curl-48bc26e7e3f767148c7d57f313027db1e90f3746.tar.gz |
include sys/select.h
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares.h | 4 |
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> |