From: Marcel Raad Date: Fri, 5 Apr 2019 09:12:25 +0000 (+0200) Subject: lib509: add missing include for strdup X-Git-Tag: curl-7_65_0~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eac2d92cf6cc5775147b045445f854172417f92;p=curl lib509: add missing include for strdup Closes https://github.com/curl/curl/pull/3739 --- diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 59ced355f..755208b8d 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -21,6 +21,8 @@ ***************************************************************************/ #include "test.h" +#include + /* * This test uses these funny custom memory callbacks for the only purpose * of verifying that curl_global_init_mem() functionality is present in