From: Yang Tse Date: Fri, 4 Jan 2013 11:30:52 +0000 (+0100) Subject: ares_private.h: use again memdebug.h instead of curl_memdebug.h X-Git-Tag: upstream/1.10.0~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4718066ea42c969715cd1de01e0752edecdd0ac3;p=platform%2Fupstream%2Fc-ares.git ares_private.h: use again memdebug.h instead of curl_memdebug.h --- 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 */