mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
tool_help: include <strings.h> for strcasecmp
Reported-by: Wyatt O'Day Fixes #3715 Closes #3716
This commit is contained in:
parent
a92e9f578f
commit
fabd61f238
@ -20,6 +20,9 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
#ifdef HAVE_STRCASECMP
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "tool_panykey.h"
|
||||
#include "tool_help.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user