From 1596b380e937b49a5d27afe0e421ea7710db93a7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 9 Aug 1998 04:38:40 +0000 Subject: [PATCH] RAGE: LDAPD Linux does have --- servers/ldapd/association.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5