aboutsummaryrefslogtreecommitdiff
path: root/lib/if2ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r--lib/if2ip.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index 87ead2b9e..0acc3d6c8 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -70,6 +70,11 @@
#include "inet_ntoa_r.h"
#endif
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
+
#define SYS_ERROR -1
char *Curl_if2ip(char *interface, char *buf, int buf_size)