]> git.sur5r.net Git - openldap/commitdiff
need ldap-int.h for ldap_int_discard() declaration (ITS#4717)
authorPierangelo Masarati <ando@openldap.org>
Sat, 28 Oct 2006 16:19:53 +0000 (16:19 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 28 Oct 2006 16:19:53 +0000 (16:19 +0000)
servers/slapd/back-ldap/bind.c

index 92cb4ea8c185b34ec9c80000d09e1f1c41e132a8..959d5178d5c113050e184d000ade29592b8b21e4 100644 (file)
@@ -32,6 +32,8 @@
 #define AVL_INTERNAL
 #include "slap.h"
 #include "back-ldap.h"
+#undef ldap_debug      /* silence a warning in ldap-int.h */
+#include "../../../libraries/libldap/ldap-int.h"
 
 #include "lutil_ldap.h"