aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-06-08 15:52:03 +0000
committerGunter Knauf <gk@gknw.de>2008-06-08 15:52:03 +0000
commitd8bc4a0e9ab2407f235af3e8e3b37c135bcc76d8 (patch)
treebefb495536debab4884b695e36d6b34e4b59f1ff /lib/connect.c
parent8ad2fdd71eef0e2cc761c04ea7283258cb717bd0 (diff)
use our *printf functions only.
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c
index e398f61fb..92538fc77 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -77,6 +77,9 @@
#include <errno.h>
#include <string.h>
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
#include "urldata.h"
#include "sendf.h"
#include "if2ip.h"