mirror of
https://github.com/curl/curl.git
synced 2026-07-22 18:57:15 +03: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
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
#ifdef HAVE_STRCASECMP
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "tool_panykey.h"
|
||||
#include "tool_help.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue