]> git.sur5r.net Git - openldap/commitdiff
Include <lber.h> to use ber_strdup(). (probably should create/use
authorKurt Zeilenga <kurt@openldap.org>
Wed, 7 Jun 2000 18:49:36 +0000 (18:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 7 Jun 2000 18:49:36 +0000 (18:49 +0000)
macros LUTIL_STRDUP and friends).

libraries/liblutil/utils.c

index 63016d4789c66e4c0cedbaad5a0975f0887b2783..ad597621ab91089b4409b00fd62eae14e75c60ae 100644 (file)
@@ -9,6 +9,7 @@
 #include <ac/stdlib.h>
 #include <ac/string.h>
 
+#include <lber.h>
 #include <lutil.h>
 #include <ldap_defaults.h>