mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-22 03:17:51 +00:00
check for strings.h in configure and use it for the strcasecmp() proto
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user