]> granicus.if.org Git - curl/commitdiff
Added mprintf #include
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Jan 2001 16:22:55 +0000 (16:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Jan 2001 16:22:55 +0000 (16:22 +0000)
lib/ftp.c

index 0d16a201f67e39a524fc52eef1944804ad8f4cd1..864dca6c1dd4a6ac84b1469659f3eaa085098c8f 100644 (file)
--- 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"