mirror of
https://github.com/curl/curl.git
synced 2026-06-04 14:04:16 +03:00
CURLDEBUG is the symbol to use, no longer MALLOCDEBUG
This commit is contained in:
parent
a1af6f3614
commit
69eb1790da
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include <curl/curl.h>
|
||||
#include "urlglob.h"
|
||||
|
||||
#ifdef MALLOCDEBUG
|
||||
#ifdef CURLDEBUG
|
||||
#include "../lib/memdebug.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue