icu: include strings.h for strcasecmp
Again, POSIX says strcasecmp is not in string.h.
This commit is contained in:
parent
8b7718fbdc
commit
e2e5cddcaa
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#ifdef HAVE_ICU
|
||||
static UCollator *collator;
|
||||
|
|
Loading…
Reference in New Issue