From: Daniel Stenberg Date: Sat, 30 Mar 2019 05:46:30 +0000 (+0100) Subject: tool_help: include for strcasecmp X-Git-Tag: curl-7_65_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fabd61f2383f99d07b34aef39535c3e2e7014c97;p=thirdparty%2Fcurl.git tool_help: include for strcasecmp Reported-by: Wyatt O'Day Fixes #3715 Closes #3716 --- diff --git a/src/tool_help.c b/src/tool_help.c index 8a3c258203..1ba9975c6b 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -20,6 +20,9 @@ * ***************************************************************************/ #include "tool_setup.h" +#ifdef HAVE_STRCASECMP +#include +#endif #include "tool_panykey.h" #include "tool_help.h"