From 4718066ea42c969715cd1de01e0752edecdd0ac3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 4 Jan 2013 12:30:52 +0100 Subject: [PATCH] ares_private.h: use again memdebug.h instead of curl_memdebug.h --- ares_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.7.4