summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-02 20:04:18 +0000
committerYang Tse <yangsita@gmail.com>2009-11-02 20:04:18 +0000
commitc8da2980ed4e97a109e26eb51d650a1317c41fcc (patch)
tree66f63610515574c4d984b1ff1b89aa5355b07dd3
parentb19dc0eeb0a4495e5b6e8fce7f63b4ae6bc39fe5 (diff)
downloadgnurl-c8da2980ed4e97a109e26eb51d650a1317c41fcc.tar.gz
gnurl-c8da2980ed4e97a109e26eb51d650a1317c41fcc.tar.bz2
gnurl-c8da2980ed4e97a109e26eb51d650a1317c41fcc.zip
include progress.h for Curl_pgrsSetDownloadCounter function prototype
-rw-r--r--lib/ldap.c1
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"