From: Daniel Stenberg Date: Tue, 2 Apr 2002 06:36:47 +0000 (+0000) Subject: Jacky Lam added memdebug.h include to prevent crashes when that is used X-Git-Tag: curl-7_9_6~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04da96e044425424cc26f670195f0b8474bb6da5;p=thirdparty%2Fcurl.git Jacky Lam added memdebug.h include to prevent crashes when that is used --- diff --git a/lib/getinfo.c b/lib/getinfo.c index 5fcb6bc00b..5be124fffe 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -35,6 +35,11 @@ #include #endif +/* Make this the last #include */ +#ifdef MALLOCDEBUG +#include "memdebug.h" +#endif + /* * This is supposed to be called in the beginning of a permform() session * and should reset all session-info variables