mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
RAGE: LDAPD Linux does have <sys/filio.h>
This commit is contained in:
parent
fcbca73f90
commit
1596b380e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue