diff options
Diffstat (limited to 'ares/ares_process.c')
-rw-r--r-- | ares/ares_process.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/ares_process.c b/ares/ares_process.c index 83b407077..c050308f0 100644 --- a/ares/ares_process.c +++ b/ares/ares_process.c @@ -33,6 +33,9 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> #endif +#ifdef HAVE_SYS_IOCTL_H +#include <sys/ioctl.h> +#endif #endif #include <string.h> |