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

use CURLDEBUG instead of MALLOCDEBUG

parent 81d403e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
#include <curl/mprintf.h>

/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif