]> git.sur5r.net Git - openldap/blobdiff - clients/ud/ud.h
More header work toward draft-ietf-ldapext-ldap-c-api-01.
[openldap] / clients / ud / ud.h
index 9a54cafae3a57255f666be3b676e40288f75730c..f381e9e2001206482231c3019daf9cd821995cbb 100644 (file)
 
 #include "portable.h"
 
+#if LDAP_VERSION < LDAP_VERSION3
+/* quick fix until we have ldap_set_options */
+#include "../libraries/libldap/ldap-int.h"
+#endif
+
 #ifdef DOS
 #define MAX_VALUES     8
 #else