From 5b5066d6bc9f7683fd002b7f3bb6cc82971ae988 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 19:57:04 +0100 Subject: [PATCH] ares_private.h: use curl_memdebug.h instead of memdebug.h --- ares_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ares_private.h b/ares_private.h index 99d47c6f..f4d51369 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 */