mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
lib509: add missing include for strdup
Closes https://github.com/curl/curl/pull/3739
This commit is contained in:
parent
86603d3995
commit
9eac2d92cf
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
***************************************************************************/
|
||||
#include "test.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/*
|
||||
* This test uses these funny custom memory callbacks for the only purpose
|
||||
* of verifying that curl_global_init_mem() functionality is present in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue