1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

lib509: add missing include for strdup

Closes https://github.com/curl/curl/pull/3739
This commit is contained in:
Marcel Raad 2019-04-05 11:12:25 +02:00
parent 86603d3995
commit 9eac2d92cf
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD

View File

@ -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