From 5e547510dfad2ce5f00e2f495b054c4331c62dfc Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 26 Aug 2015 21:57:28 +0300 Subject: Move include of sys/select.h to io.c. --- io.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'io.c') diff --git a/io.c b/io.c index 8ebce698..f6b50314 100644 --- a/io.c +++ b/io.c @@ -76,6 +76,10 @@ #include #endif /* HAVE_NETDB_H */ +#ifdef HAVE_SYS_SELECT_H +#include +#endif /* HAVE_SYS_SELECT_H */ + #ifndef HAVE_GETADDRINFO #include "missing_d/getaddrinfo.h" #endif -- cgit v1.2.3