#include <curl/mprintf.h>

This commit is contained in:
Daniel Stenberg 2001-08-14 09:25:15 +00:00
parent 1a7e13e166
commit 1ad7023758
1 changed files with 4 additions and 0 deletions

View File

@ -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