Skip to content
Snippets Groups Projects
Commit 43e8f008 authored by Yang Tse's avatar Yang Tse
Browse files

lber.h needs to be included since ldap.h might not include it

parent 3337be81
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,9 @@
# endif
#else
#define LDAP_DEPRECATED 1 /* Be sure ldap_init() is defined. */
#ifdef HAVE_LBER_H
# include <lber.h>
#endif
# include <ldap.h>
#if (defined(HAVE_LDAP_SSL) && defined(HAVE_LDAP_SSL_H))
# include <ldap_ssl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment