gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 47/219: lib509: add missing include for strdup


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 47/219: lib509: add missing include for strdup
Date: Wed, 22 May 2019 19:16:26 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 9eac2d92cf6cc5775147b045445f854172417f92
Author: Marcel Raad <address@hidden>
AuthorDate: Fri Apr 5 11:12:25 2019 +0200

    lib509: add missing include for strdup
    
    Closes https://github.com/curl/curl/pull/3739
---
 tests/libtest/lib509.c | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]