From: Daniel Stenberg Date: Thu, 26 Jun 2003 06:47:20 +0000 (+0000) Subject: CURLDEBUG instead of MALLOCDEBUG X-Git-Tag: curl-7_10_6~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eef6f44ba59c051870324a4c9405c000ac1eaf2;p=curl CURLDEBUG instead of MALLOCDEBUG --- diff --git a/lib/connect.c b/lib/connect.c index 9a78f1610..681fc0039 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -77,7 +77,7 @@ #include "if2ip.h" /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif