Commit e2e5cddc authored by François Revol's avatar François Revol Committed by Max Kellermann

icu: include strings.h for strcasecmp

Again, POSIX says strcasecmp is not in string.h.
parent 8b7718fb
......@@ -38,6 +38,7 @@
#include <assert.h>
#include <string.h>
#include <strings.h>
#ifdef HAVE_ICU
static UCollator *collator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment