From: Quanah Gibson-Mount Date: Wed, 2 Sep 2009 00:50:21 +0000 (+0000) Subject: Include "lutil.h" - fixes warnings in RE24 X-Git-Tag: OPENLDAP_REL_ENG_2_4_18~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fe977e2d34d4e0f9c1b292ef07d922f83b188250;p=openldap Include "lutil.h" - fixes warnings in RE24 --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 3790e60837..0e06262639 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -32,6 +32,7 @@ #define AVL_INTERNAL #include "slap.h" #include "back-ldap.h" +#include "lutil.h" #undef ldap_debug /* silence a warning in ldap-int.h */ #include "../../../libraries/libldap/ldap-int.h"