use CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 11:16:37 +00:00
parent 81d403e207
commit db566c54ae
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
#include <curl/mprintf.h>
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif