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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eac2d92cf6cc5775147b045445f854172417f92;p=thirdparty%2Fcurl.git 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 59ced355fa..755208b8d7 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