gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 06/219: tool_help: include <strings.h> for strcasec


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 06/219: tool_help: include <strings.h> for strcasecmp
Date: Wed, 22 May 2019 19:15:45 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit fabd61f2383f99d07b34aef39535c3e2e7014c97
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Mar 30 06:46:30 2019 +0100

    tool_help: include <strings.h> for strcasecmp
    
    Reported-by: Wyatt O'Day
    Fixes #3715
    Closes #3716
---
 src/tool_help.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/tool_help.c b/src/tool_help.c
index 8a3c25820..1ba9975c6 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -20,6 +20,9 @@
  *
  ***************************************************************************/
 #include "tool_setup.h"
+#ifdef HAVE_STRCASECMP
+#include <strings.h>
+#endif
 
 #include "tool_panykey.h"
 #include "tool_help.h"

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



reply via email to

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