ares_private.h: use curl_memdebug.h instead of memdebug.h

pull/10/head
Yang Tse 12 years ago
parent a056480169
commit 5b5066d6bc
  1. 3
      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 libcurl lowlevel code from within library is ugly and only works when
c-ares is built and linked with a similarly curldebug-enabled libcurl, c-ares is built and linked with a similarly curldebug-enabled libcurl,
but we do this anyway for convenience. */ but we do this anyway for convenience. */
#include "../lib/memdebug.h" #define HEADER_CURL_SETUP_ONCE_H
#include "../lib/curl_memdebug.h"
#endif #endif
#endif /* __ARES_PRIVATE_H */ #endif /* __ARES_PRIVATE_H */

Loading…
Cancel
Save