diff options
author | Yang Tse <yangsita@gmail.com> | 2007-10-02 14:48:38 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-10-02 14:48:38 +0000 |
commit | a137109a0c516cfc3557133249f91524c3941783 (patch) | |
tree | 02bfdd0fa4d21b104d5e65e76968be6a511723dd | |
parent | 17c01d21a9549392555adec4afb9aff1020425d5 (diff) |
<winber.h> needed for Windows LDAP client 32 API support
-rw-r--r-- | lib/ldap.c | 1 |
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> |