Commit 69eb1790 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLDEBUG is the symbol to use, no longer MALLOCDEBUG

parent a1af6f36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
#include <curl/curl.h>
#include "urlglob.h"

#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif