diff options
Diffstat (limited to 'lib/highlevel.c')
-rw-r--r-- | lib/highlevel.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/highlevel.c b/lib/highlevel.c index 3e5403034..b290d9ff6 100644 --- a/lib/highlevel.c +++ b/lib/highlevel.c @@ -111,6 +111,11 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> +/* The last #include file should be: */ +#ifdef MALLOCDEBUG +#include "memdebug.h" +#endif + #ifndef min #define min(a, b) ((a) < (b) ? (a) : (b)) #endif |