diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 09:25:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 09:25:15 +0000 |
commit | 1ad70237585a0646aaec70cde3d5dac238247e55 (patch) | |
tree | 50f83aee08687db55e7537edd0539126cd763338 /lib | |
parent | 1a7e13e166dd0c90cebe2ccd4585c217795ad42c (diff) |
#include <curl/mprintf.h>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base64.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/base64.c b/lib/base64.c index 02778fa0c..4ffd7605b 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -37,6 +37,10 @@ #endif #include <stdlib.h> #include <string.h> + +#define _MPRINTF_REPLACE /* use our functions only */ +#include <curl/mprintf.h> + #include "base64.h" #ifdef MALLOCDEBUG |