mirror of
https://github.com/curl/curl.git
synced 2025-09-16 09:02:40 +03:00
curl: fix include conditions
This commit is contained in:
parent
05856dae9c
commit
4a90c5b82e
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
#include "tool_setup.h"
|
||||
#ifdef HAVE_STRCASECMP
|
||||
#if defined(HAVE_STRCASECMP) && defined(HAVE_STRINGS_H)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
# include <locale.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
# include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifdef __VMS
|
||||
# include <fabdef.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user