ares_private.h: use curl_memdebug.h instead of memdebug.h
authorYang Tse <yangsita@gmail.com>
Fri, 28 Dec 2012 18:57:04 +0000 (19:57 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 28 Dec 2012 19:18:14 +0000 (20:18 +0100)
ares_private.h

index 99d47c6..f4d5136 100644 (file)
@@ -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 */