mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:33:44 +03:00
added memory debugging include file
This commit is contained in:
parent
d49d05bce6
commit
0f8facb49b
14 changed files with 66 additions and 1 deletions
|
|
@ -63,6 +63,11 @@
|
|||
|
||||
#include "strequal.h"
|
||||
|
||||
/* The last #include file should be: */
|
||||
#ifdef MALLOCDEBUG
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
/* Length of the random boundary string. The risk of this being used
|
||||
in binary data is very close to zero, 64^32 makes
|
||||
6277101735386680763835789423207666416102355444464034512896
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue