icu: include strings.h for strcasecmp

Again, POSIX says strcasecmp is not in string.h.
This commit is contained in:
François Revol 2014-08-15 22:27:15 +02:00 committed by Max Kellermann
parent 8b7718fbdc
commit e2e5cddcaa
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <assert.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_ICU
static UCollator *collator;