summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-04 12:30:52 +0100
committerYang Tse <yangsita@gmail.com>2013-01-04 12:30:52 +0100
commit4718066ea42c969715cd1de01e0752edecdd0ac3 (patch)
tree1106cabecfd018fe24a5f239950271b3c88c4f53 /ares_private.h
parenta66406689914d37731d90ed761de285c0311a845 (diff)
downloadc-ares-4718066ea42c969715cd1de01e0752edecdd0ac3.tar.gz
c-ares-4718066ea42c969715cd1de01e0752edecdd0ac3.tar.bz2
c-ares-4718066ea42c969715cd1de01e0752edecdd0ac3.zip
ares_private.h: use again memdebug.h instead of curl_memdebug.h
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_private.h b/ares_private.h
index f4d5136..ea91b7f 100644
--- a/ares_private.h
+++ b/ares_private.h
@@ -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 */