]> granicus.if.org Git - curl/commitdiff
#include <curl/mprintf.h>
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 09:25:15 +0000 (09:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 09:25:15 +0000 (09:25 +0000)
lib/base64.c

index 02778fa0c661559c59ba9f54a1fb5ebf7a1661e7..4ffd7605bc6a72fc6f65785598bbab52927d62c6 100644 (file)
 #endif
 #include <stdlib.h>
 #include <string.h>
+
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
 #include "base64.h"
 
 #ifdef MALLOCDEBUG