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

CURLDEBUG instead of MALLOCDEBUG

This commit is contained in:
Daniel Stenberg 2003-06-26 06:47:20 +00:00
parent 204f03912f
commit 1eef6f44ba

View File

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