1
0
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:
Daniel Stenberg 2019-03-30 06:46:30 +01:00
parent a92e9f578f
commit fabd61f238

View File

@ -20,6 +20,9 @@
*
***************************************************************************/
#include "tool_setup.h"
#ifdef HAVE_STRCASECMP
#include <strings.h>
#endif
#include "tool_panykey.h"
#include "tool_help.h"