mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:13:32 +03:00
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
This commit is contained in:
parent
434bc13812
commit
bbafb2eb27
48 changed files with 295 additions and 271 deletions
|
|
@ -92,6 +92,7 @@
|
|||
#include "ssluse.h"
|
||||
#include "connect.h"
|
||||
#include "strerror.h"
|
||||
#include "memory.h"
|
||||
|
||||
#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL)
|
||||
#include "inet_ntoa_r.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue