mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
curl: fix include conditions
This commit is contained in:
parent
05856dae9c
commit
4a90c5b82e
2 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
#ifdef HAVE_STRCASECMP
|
||||
#if defined(HAVE_STRCASECMP) && defined(HAVE_STRINGS_H)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue