From 6b386515fef2b226ae495c72f1af983148b98211 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 30 Nov 2009 14:58:10 +0100 Subject: [PATCH] Add include for u_strToLower and others --- src/icu_casemap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icu_casemap.c b/src/icu_casemap.c index 4c50f69..2ee7ebf 100644 --- a/src/icu_casemap.c +++ b/src/icu_casemap.c @@ -23,6 +23,8 @@ #include #include +#include + struct icu_casemap { char action; -- 1.7.10.4