Commit 1eef6f44 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

CURLDEBUG instead of MALLOCDEBUG

parent 204f0391
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@
#include "if2ip.h"

/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif