From e2e5cddcaabefbbbc73dc9a832ea657cfea2524f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 15 Aug 2014 22:27:15 +0200 Subject: icu: include strings.h for strcasecmp Again, POSIX says strcasecmp is not in string.h. --- src/lib/icu/Collate.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/icu/Collate.cxx b/src/lib/icu/Collate.cxx index f6621eb21..b8560a4d8 100644 --- a/src/lib/icu/Collate.cxx +++ b/src/lib/icu/Collate.cxx @@ -38,6 +38,7 @@ #include #include +#include #ifdef HAVE_ICU static UCollator *collator; -- cgit v1.2.3