From 1eef6f44ba59c051870324a4c9405c000ac1eaf2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 06:47:20 +0000 Subject: [PATCH] CURLDEBUG instead of MALLOCDEBUG --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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