From: Daniel Stenberg Date: Mon, 8 Jan 2001 16:22:55 +0000 (+0000) Subject: Added mprintf #include X-Git-Tag: curl_7_6-pre3~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8a5f3026f68a6f5fe1ae085f0a2beeda071919b;p=thirdparty%2Fcurl.git Added mprintf #include --- diff --git a/lib/ftp.c b/lib/ftp.c index 0d16a201f6..864dca6c1d 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 + /* The last #include file should be: */ #ifdef MALLOCDEBUG #include "memdebug.h"