From e8a5f3026f68a6f5fe1ae085f0a2beeda071919b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jan 2001 16:22:55 +0000 Subject: Added mprintf #include --- lib/ftp.c | 3 +++ 1 file changed, 3 insertions(+) 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 + /* The last #include file should be: */ #ifdef MALLOCDEBUG #include "memdebug.h" -- cgit v1.2.3