[Date Prev][Date Next] [Chronological] [Thread] [Top]

#include <lber.h> missing in ldap.h



Hi,

I downloaded the stable OpenLDAP release on 2/4.

I was trying to compile a program using the LDAP C API and I had
#include <ldap.h> included, but when I tried to compile I got errors about
the BerElement type.  Including <lber.h> to the top of ldap.h fixed it.

Rich