summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares_private.h b/ares_private.h
index 99d47c6..f4d5136 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 */