]> git.sur5r.net Git - openldap/commitdiff
Include "lutil.h" - fixes warnings in RE24
authorHoward Chu <hyc@openldap.org>
Tue, 1 Sep 2009 00:35:22 +0000 (00:35 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Sep 2009 00:35:22 +0000 (00:35 +0000)
servers/slapd/back-ldap/bind.c

index 3790e60837e4e836352d50c109afa4420ac57a95..0e062626393e95428cb611ee10d03d4da8752447 100644 (file)
@@ -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"