From 952b3a2c0ff97043a385c00d530d88114f8732e4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Mar 2001 15:19:36 +0000 Subject: added memdebug.h include --- lib/getpass.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/getpass.c') diff --git a/lib/getpass.c b/lib/getpass.c index d9d19322c..7477742e0 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -66,6 +66,11 @@ # endif #endif +/* The last #include file should be: */ +#ifdef MALLOCDEBUG +#include "memdebug.h" +#endif + /* no perror? make an fprintf! */ #ifndef HAVE_PERROR # define perror(x) fprintf(stderr, "Error in: %s\n", x) -- cgit v1.2.3