aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/netrc.c')
-rw-r--r--lib/netrc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/netrc.c b/lib/netrc.c
index 2911af53e..6a712d4fd 100644
--- a/lib/netrc.c
+++ b/lib/netrc.c
@@ -42,6 +42,11 @@
#include "strequal.h"
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
+
/* Debug this single source file with:
'make netrc' then run './netrc'!