aboutsummaryrefslogtreecommitdiff
path: root/lib/getpass.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getpass.c')
-rw-r--r--lib/getpass.c5
1 files changed, 5 insertions, 0 deletions
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)