Fix for systems which need sys/select.h.

This commit is contained in:
Guenter Knauf 2011-09-08 13:53:05 +02:00
parent 3f2b1dea5e
commit 50d451e307

View File

@ -17,6 +17,9 @@
#ifdef HAVE_NETINET_IN_H #ifdef HAVE_NETINET_IN_H
# include <netinet/in.h> # include <netinet/in.h>
#endif #endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
# ifdef HAVE_UNISTD_H # ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
#endif #endif