aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 3d43825ba..d89d95255 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -72,6 +72,11 @@
#include "inet_ntoa_r.h"
#endif
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
+
/* --- resolve name or IP-number --- */
char *MakeIP(unsigned long num,char *addr, int addr_len)