mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
RAGE: LDAPD Linux does have <sys/filio.h>
This commit is contained in:
parent
fcbca73f90
commit
1596b380e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user