summaryrefslogtreecommitdiff
path: root/ares_free_hostent.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
commit438444b72f76c4216544976c152620f4d5017568 (patch)
tree8fda84276c9c56a2a6653f90219c89071cea3cf4 /ares_free_hostent.c
parentc0f9b281774a68c7d468a289fc955f588cd6d1cd (diff)
downloadc-ares-438444b72f76c4216544976c152620f4d5017568.tar.gz
c-ares-438444b72f76c4216544976c152620f4d5017568.tar.bz2
c-ares-438444b72f76c4216544976c152620f4d5017568.zip
include ares_private.h to make sure we get the memdebug stuff included
Diffstat (limited to 'ares_free_hostent.c')
-rw-r--r--ares_free_hostent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ares_free_hostent.c b/ares_free_hostent.c
index 52de303..177dd76 100644
--- a/ares_free_hostent.c
+++ b/ares_free_hostent.c
@@ -22,6 +22,7 @@
#endif
#include "ares.h"
+#include "ares_private.h" /* for memdebug */
void ares_free_hostent(struct hostent *host)
{