icu: include strings.h for strcasecmp
Again, POSIX says strcasecmp is not in string.h.
This commit is contained in:

committed by
Max Kellermann

parent
8b7718fbdc
commit
e2e5cddcaa
@@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <strings.h>
|
||||||
|
|
||||||
#ifdef HAVE_ICU
|
#ifdef HAVE_ICU
|
||||||
static UCollator *collator;
|
static UCollator *collator;
|
||||||
|
Reference in New Issue
Block a user