aboutsummaryrefslogtreecommitdiff
path: root/lib/progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/progress.c')
-rw-r--r--lib/progress.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/progress.c b/lib/progress.c
index b3052e425..881ab0549 100644
--- a/lib/progress.c
+++ b/lib/progress.c
@@ -45,6 +45,10 @@
#include "progress.h"
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
+
static void time2str(char *r, int t)
{
int h = (t/3600);