Some extra headers are required for select() in older systems.

This commit is contained in:
jjgarcia 2003-06-06 16:18:59 +00:00
parent 82e8994291
commit ce0010c2dc

View file

@ -27,6 +27,9 @@
#ifdef HAVE_SELECT
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#elif defined(BSD) && !defined(MSDOS)
#include <sys/ioctl.h>
#endif