Skip to content
Snippets Groups Projects
Commit 79a84d20 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added the memdebug include file

parent 20801181
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,10 @@ ...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment