mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:43:32 +03:00
check for strings.h in configure and use it for the strcasecmp() proto
This commit is contained in:
parent
d4e9b141db
commit
6df5dddd90
6 changed files with 16 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
#include <arpa/nameser_compat.h>
|
||||
#endif
|
||||
#endif
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue