mirror of
https://github.com/curl/curl.git
synced 2026-08-02 11:30:32 +03:00
move memdebug.h from first.c to first.h
This commit is contained in:
parent
3bb5e58c10
commit
e301c93154
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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__) && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue