From 308bc9d919d57388f269c473778ea7f6a331d1c5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 11:22:12 +0000 Subject: use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions --- lib/getinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/getinfo.c') diff --git a/lib/getinfo.c b/lib/getinfo.c index 28975aa94..9bd737020 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -36,7 +36,7 @@ #endif /* Make this the last #include */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #else #include -- cgit v1.2.3