aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 16:22:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 16:22:55 +0000
commite8a5f3026f68a6f5fe1ae085f0a2beeda071919b (patch)
tree9033c3e8001be53f34dd9870058fb30c164b81ed
parent2cac4a9c727e4d033fe4e6bf34558a5664e11b6c (diff)
Added mprintf #include
-rw-r--r--lib/ftp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 0d16a201f..864dca6c1 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -77,6 +77,9 @@
#include "krb4.h"
#endif
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#include "memdebug.h"