1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00

include progress.h for Curl_pgrsSetDownloadCounter function prototype

This commit is contained in:
Yang Tse 2009-11-02 20:04:18 +00:00
parent b19dc0eeb0
commit c8da2980ed

View File

@ -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"