mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Include <lber.h> to use ber_strdup(). (probably should create/use
macros LUTIL_STRDUP and friends).
This commit is contained in:
parent
60d6c13d73
commit
4933f894ba
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
#include <ac/stdlib.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
#include <lber.h>
|
||||
#include <lutil.h>
|
||||
#include <ldap_defaults.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue