1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

CURLDEBUG is the symbol to use, no longer MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 11:34:36 +00:00
parent a1af6f3614
commit 69eb1790da

View File

@ -31,7 +31,7 @@
#include <curl/curl.h>
#include "urlglob.h"
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif