From db566c54ae2529aa7af4073cc9834688f7ef4cdf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 11:16:37 +0000 Subject: use CURLDEBUG instead of MALLOCDEBUG --- lib/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/file.c b/lib/file.c index 307ccd89c..20b6d1592 100644 --- a/lib/file.c +++ b/lib/file.c @@ -88,7 +88,7 @@ #include /* The last #include file should be: */ -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif -- cgit v1.2.3