use CURLDEBUG instead of MALLOCDEBUG
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:16:37 +0000 (11:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:16:37 +0000 (11:16 +0000)
lib/file.c

index 307ccd8..20b6d15 100644 (file)
@@ -88,7 +88,7 @@
 #include <curl/mprintf.h>
 
 /* The last #include file should be: */
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "memdebug.h"
 #endif