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

Jacky Lam added memdebug.h include to prevent crashes when that is used

parent 4a7def10
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,11 @@
#include <stdlib.h>
#endif
/* Make this the last #include */
#ifdef MALLOCDEBUG
#include "memdebug.h"
#endif
/*
* This is supposed to be called in the beginning of a permform() session
* and should reset all session-info variables
......
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