mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:13:32 +03:00
tests: libtests and unit tests need explicit #include memdebug
... as otherwise they do not monitor the resource use within the test files - until they are unity built. Closes #15007
This commit is contained in:
parent
7307c1a289
commit
44fc2687b1
5 changed files with 5 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
|||
***************************************************************************/
|
||||
#include "curlcheck.h"
|
||||
#include "curl_get_line.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
#if !defined(CURL_DISABLE_COOKIES) || !defined(CURL_DISABLE_ALTSVC) || \
|
||||
!defined(CURL_DISABLE_HSTS) || !defined(CURL_DISABLE_NETRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue