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:
Daniel Stenberg 2024-09-22 20:36:04 +02:00
parent 7307c1a289
commit 44fc2687b1
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 2 deletions

View file

@ -22,8 +22,8 @@
*
***************************************************************************/
#include "curlcheck.h"
#include "bufref.h"
#include "memdebug.h"
static struct bufref bufref;