mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-17 08:44:09 +00:00
ares_private.h: use again memdebug.h instead of curl_memdebug.h
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user