1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2026-03-17 08:44:09 +00:00

ares_private.h: use again memdebug.h instead of curl_memdebug.h

This commit is contained in:
Yang Tse
2013-01-04 12:30:52 +01:00
parent a664066899
commit 4718066ea4

View File

@ -351,7 +351,7 @@ long ares__tvdiff(struct timeval t1, struct timeval t2);
c-ares is built and linked with a similarly curldebug-enabled libcurl,
but we do this anyway for convenience. */
#define HEADER_CURL_SETUP_ONCE_H
#include "../lib/curl_memdebug.h"
#include "../lib/memdebug.h"
#endif
#endif /* __ARES_PRIVATE_H */