From c8da2980ed4e97a109e26eb51d650a1317c41fcc Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Mon, 2 Nov 2009 20:04:18 +0000
Subject: [PATCH] include progress.h for Curl_pgrsSetDownloadCounter function
 prototype

---
 lib/ldap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/ldap.c b/lib/ldap.c
index 11d9f31f64..4ae304cf34 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"
-- 
GitLab