aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlglob.c')
-rw-r--r--src/urlglob.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/urlglob.c b/src/urlglob.c
index b7c84a7f6..ace4712c2 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -29,8 +29,13 @@
#include <string.h>
#include <ctype.h>
#include <curl/curl.h>
+
+#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
+#include <curl/mprintf.h>
+
#include "urlglob.h"
+
#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif