From: Kurt Zeilenga Date: Thu, 17 Aug 2000 04:20:12 +0000 (+0000) Subject: needs ldap_pvt.h X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2243 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20a67a2dbcc82a5cd539ce42c618ec6df279b2a8;p=openldap needs ldap_pvt.h --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index c8ad754d61..d76c7df89c 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -15,6 +15,8 @@ #include #include +#include "ldap_pvt.h" + #include "slap.h" /* protected by connections_mutex */