RAGE: LDAPD Linux does have <sys/filio.h>

This commit is contained in:
Kurt Zeilenga 1998-08-09 04:38:40 +00:00
parent fcbca73f90
commit 1596b380e9

View File

@ -28,7 +28,7 @@
#endif
#include "common.h"
#ifdef SVR4
#if !defined(_AIX) && !defined(__osf__)
#if !defined(_AIX) && !defined(__osf__) && !defined(linux)
#include <sys/filio.h>
#endif
#endif