summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-28 19:57:04 +0100
committerYang Tse <yangsita@gmail.com>2012-12-28 20:18:14 +0100
commit5b5066d6bc9f7683fd002b7f3bb6cc82971ae988 (patch)
tree110632dcc88791b4ec4e60f24875849a0cb191eb /ares_private.h
parenta0564801697412d32bf3099fa4f93a2dcc218cb6 (diff)
downloadc-ares-5b5066d6bc9f7683fd002b7f3bb6cc82971ae988.tar.gz
c-ares-5b5066d6bc9f7683fd002b7f3bb6cc82971ae988.tar.bz2
c-ares-5b5066d6bc9f7683fd002b7f3bb6cc82971ae988.zip
ares_private.h: use curl_memdebug.h instead of memdebug.h
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares_private.h b/ares_private.h
index 99d47c6..f4d5136 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -350,7 +350,8 @@ long ares__tvdiff(struct timeval t1, struct timeval t2);
libcurl lowlevel code from within library is ugly and only works when
c-ares is built and linked with a similarly curldebug-enabled libcurl,
but we do this anyway for convenience. */
-#include "../lib/memdebug.h"
+#define HEADER_CURL_SETUP_ONCE_H
+#include "../lib/curl_memdebug.h"
#endif
#endif /* __ARES_PRIVATE_H */