mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29: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
|
#endif
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#ifdef SVR4
|
#ifdef SVR4
|
||||||
#if !defined(_AIX) && !defined(__osf__)
|
#if !defined(_AIX) && !defined(__osf__) && !defined(linux)
|
||||||
#include <sys/filio.h>
|
#include <sys/filio.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue