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 | 27126cba2527d0aacee1375970e93c5dd478324b (patch) | |
tree | 6fa7609b2ab843c39c15b43733993e505b572622 /ares.h | |
parent | 4e10b07ab02621448cc614b6efd3155c418d67fd (diff) | |
download | c-ares-27126cba2527d0aacee1375970e93c5dd478324b.tar.gz c-ares-27126cba2527d0aacee1375970e93c5dd478324b.tar.bz2 c-ares-27126cba2527d0aacee1375970e93c5dd478324b.zip |
include sys/select.h
Diffstat (limited to 'ares.h')
-rw-r--r-- | ares.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |