From: Daniel Stenberg Date: Thu, 26 Jun 2003 11:28:26 +0000 (+0000) Subject: use CURLDEBUG instead of MALLOCDEBUG X-Git-Tag: curl-7_10_6~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed908b7f89eb55fc5163d821feab6adc6b0dfa1b;p=curl use CURLDEBUG instead of MALLOCDEBUG --- diff --git a/lib/share.c b/lib/share.c index df4d5ec14..798a0a497 100644 --- a/lib/share.c +++ b/lib/share.c @@ -30,7 +30,7 @@ #include "share.h" /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif