Commit cf10df6c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include header for our printfs

parent 5b55dcbf
Loading
Loading
Loading
Loading
+12 −9
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@
#include <string.h>
#include "memory.h"

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>

/* The last #include file should be: */
#include "memdebug.h"