Better to use HAVE_SYS_FILIO_H when we already have it.

This commit is contained in:
Petr Sumbera 2015-02-03 13:29:35 -08:00
parent 68619b660b
commit b09d865d5c

View File

@ -51,7 +51,7 @@
#include <sys/select.h> #include <sys/select.h>
#endif #endif
#ifdef __sun__ #ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h> #include <sys/filio.h>
#endif #endif