aboutsummaryrefslogtreecommitdiff
path: root/lib/base64.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-14 09:25:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-14 09:25:15 +0000
commit1ad70237585a0646aaec70cde3d5dac238247e55 (patch)
tree50f83aee08687db55e7537edd0539126cd763338 /lib/base64.c
parent1a7e13e166dd0c90cebe2ccd4585c217795ad42c (diff)
#include <curl/mprintf.h>
Diffstat (limited to 'lib/base64.c')
-rw-r--r--lib/base64.c4
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