This commit is contained in:
Viktor Szakats 2025-07-28 19:35:27 +02:00
parent b0b2bb232f
commit 054ba83181
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 2 deletions

View file

@ -54,6 +54,9 @@ extern int unitfail; /* for unittests */
#include "curl_printf.h"
#ifndef UNITTESTS
#include "curl_memory.h"
#endif
#include "memdebug.h"
/* GCC <4.6 does not support '#pragma GCC diagnostic push' and

View file

@ -23,8 +23,6 @@
***************************************************************************/
#include "first.h"
#include "curl_memory.h"
#ifndef CURL_STATICLIB
#if defined(_MSC_VER) && defined(_DLL)