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
Родитель 86603d3995
Коммит 9eac2d92cf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FE4D8BC5EE1701DD
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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