aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_expand_name.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-17 07:40:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-17 07:40:31 +0000
commitd87981e4c1c85c2f20b471b8671cf2a96327fd94 (patch)
tree94f2f301e7f7feab287a3f056991960b6eee8836 /ares/ares_expand_name.c
parent59091fa8602f46645dc5380f9e9c1e8abd9a326b (diff)
include ares_private.h to make sure we get the memdebug stuff included
Diffstat (limited to 'ares/ares_expand_name.c')
-rw-r--r--ares/ares_expand_name.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/ares_expand_name.c b/ares/ares_expand_name.c
index 3c028158b..b242abf0f 100644
--- a/ares/ares_expand_name.c
+++ b/ares/ares_expand_name.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include "ares.h"
+#include "ares_private.h" /* for the memdebug */
static int name_length(const unsigned char *encoded, const unsigned char *abuf,
int alen);