Added the memdebug include file
This commit is contained in:
parent
20801181b2
commit
79a84d20f2
@ -103,6 +103,10 @@
|
|||||||
#define _MPRINTF_REPLACE /* use our functions only */
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
#include <curl/mprintf.h>
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
|
/* The last #include file should be: */
|
||||||
|
#ifdef MALLOCDEBUG
|
||||||
|
#include "memdebug.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
CURLcode file(struct connectdata *conn)
|
CURLcode file(struct connectdata *conn)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user