aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-10-02 14:48:38 +0000
committerYang Tse <yangsita@gmail.com>2007-10-02 14:48:38 +0000
commita137109a0c516cfc3557133249f91524c3941783 (patch)
tree02bfdd0fa4d21b104d5e65e76968be6a511723dd /lib/ldap.c
parent17c01d21a9549392555adec4afb9aff1020425d5 (diff)
<winber.h> needed for Windows LDAP client 32 API support
Diffstat (limited to 'lib/ldap.c')
-rw-r--r--lib/ldap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ldap.c b/lib/ldap.c
index 2eb71cc73..f5a44c69e 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -45,6 +45,7 @@
#ifdef CURL_LDAP_WIN /* Use W$ LDAP implementation. */
# include <winldap.h>
+# include <winber.h>
#else
#define LDAP_DEPRECATED 1 /* Be sure ldap_init() is defined. */
# include <ldap.h>