From 04da96e044425424cc26f670195f0b8474bb6da5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Apr 2002 06:36:47 +0000 Subject: Jacky Lam added memdebug.h include to prevent crashes when that is used --- lib/getinfo.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/getinfo.c b/lib/getinfo.c index 5fcb6bc00..5be124fff 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 -- cgit v1.2.3