move memdebug.h from first.c to first.h

This commit is contained in:
Viktor Szakats 2025-07-08 18:15:58 +02:00
parent 3bb5e58c10
commit e301c93154
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 2 deletions

View file

@ -27,8 +27,6 @@
#include <locale.h> /* for setlocale() */
#endif
#include "memdebug.h"
int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
struct timeval *tv)
{

View file

@ -54,6 +54,8 @@ extern int unitfail; /* for unittests */
#include "curl_printf.h"
#include "memdebug.h"
/* GCC <4.6 does not support '#pragma GCC diagnostic push' and
does not support 'pragma GCC diagnostic' inside functions. */
#if (defined(__GNUC__) && \