ares_private.h: use again memdebug.h instead of curl_memdebug.h
authorYang Tse <yangsita@gmail.com>
Fri, 4 Jan 2013 11:30:52 +0000 (12:30 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 4 Jan 2013 11:30:52 +0000 (12:30 +0100)
ares_private.h

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