mirror of
https://github.com/curl/curl.git
synced 2026-07-28 12:53:06 +03:00
step 2
This commit is contained in:
parent
b0b2bb232f
commit
054ba83181
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
***************************************************************************/
|
||||
#include "first.h"
|
||||
|
||||
#include "curl_memory.h"
|
||||
|
||||
#ifndef CURL_STATICLIB
|
||||
|
||||
#if defined(_MSC_VER) && defined(_DLL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue