diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-02 20:04:18 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-02 20:04:18 +0000 |
commit | c8da2980ed4e97a109e26eb51d650a1317c41fcc (patch) | |
tree | 66f63610515574c4d984b1ff1b89aa5355b07dd3 /lib/ldap.c | |
parent | b19dc0eeb0a4495e5b6e8fce7f63b4ae6bc39fe5 (diff) | |
download | curl-c8da2980ed4e97a109e26eb51d650a1317c41fcc.tar.gz |
include progress.h for Curl_pgrsSetDownloadCounter function prototype
Diffstat (limited to 'lib/ldap.c')
-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 11d9f31f6..4ae304cf3 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -66,6 +66,7 @@ #include <curl/curl.h> #include "sendf.h" #include "escape.h" +#include "progress.h" #include "transfer.h" #include "strequal.h" #include "strtok.h" |