use CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 11:28:26 +00:00
parent f7d795a364
commit ed908b7f89
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
#include "share.h" #include "share.h"
/* The last #include file should be: */ /* The last #include file should be: */
#ifdef MALLOCDEBUG #ifdef CURLDEBUG
#include "memdebug.h" #include "memdebug.h"
#endif #endif