mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
lib509: add missing include for strdup
Closes https://github.com/curl/curl/pull/3739
This commit is contained in:
parent
86603d3995
commit
9eac2d92cf
@ -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…
Reference in New Issue
Block a user