diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 16:22:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-08 16:22:55 +0000 |
commit | e8a5f3026f68a6f5fe1ae085f0a2beeda071919b (patch) | |
tree | 9033c3e8001be53f34dd9870058fb30c164b81ed | |
parent | 2cac4a9c727e4d033fe4e6bf34558a5664e11b6c (diff) |
Added mprintf #include
-rw-r--r-- | lib/ftp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |