1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

#include <curl/mprintf.h>

This commit is contained in:
Daniel Stenberg 2001-08-14 09:25:15 +00:00
parent 1a7e13e166
commit 1ad7023758

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