1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:49:42 +00:00

include ares_private.h to make sure we get the memdebug stuff included

This commit is contained in:
Daniel Stenberg
2004-02-17 07:40:31 +00:00
parent c0f9b28177
commit 438444b72f
3 changed files with 4 additions and 1 deletions

View File

@ -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);