We noe use CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 06:45:15 +00:00
parent f8c3b3aa18
commit 204f03912f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#include "base64.h"
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif