mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 00:58:48 -05: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