diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-02 06:36:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-02 06:36:47 +0000 |
commit | 04da96e044425424cc26f670195f0b8474bb6da5 (patch) | |
tree | 7e38e70bc963069002f78d2e99213ca67a87eee6 | |
parent | 4a7def101ba4d4b638c5ab23b5fea58b57a27a57 (diff) |
Jacky Lam added memdebug.h include to prevent crashes when that is used
-rw-r--r-- | lib/getinfo.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 <stdlib.h> #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 |