diff --git a/servers/ldapd/association.c b/servers/ldapd/association.c index ab15d0460a..cea7b959a1 100644 --- a/servers/ldapd/association.c +++ b/servers/ldapd/association.c @@ -28,7 +28,7 @@ #endif #include "common.h" #ifdef SVR4 -#if !defined(_AIX) && !defined(__osf__) +#if !defined(_AIX) && !defined(__osf__) && !defined(linux) #include #endif #endif