Add include for u_strToLower and others
authorunknown <adam@.(none)>
Mon, 30 Nov 2009 13:58:10 +0000 (14:58 +0100)
committerunknown <adam@.(none)>
Mon, 30 Nov 2009 13:58:10 +0000 (14:58 +0100)
src/icu_casemap.c

index 4c50f69..2ee7ebf 100644 (file)
@@ -23,6 +23,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 
 #include <stdlib.h>
 #include <stdio.h>
 
+#include <unicode/ustring.h>
+
 struct icu_casemap
 {
     char action;
 struct icu_casemap
 {
     char action;