From: Adam Dickmeiss Date: Thu, 8 Nov 2007 09:30:05 +0000 (+0000) Subject: Use header icu.h instead of icu_I18N.h X-Git-Tag: ZEBRA.2.0.20~73 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=c19bdb08393eb7b97f7783cb576f223b4fc505ed Use header icu.h instead of icu_I18N.h --- diff --git a/index/zebraidx.c b/index/zebraidx.c index a1378a2..804a7e8 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.9 2007-10-29 09:25:41 adam Exp $ +/* $Id: zebraidx.c,v 1.10 2007-11-08 09:30:05 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #endif #if HAVE_ICU -#include +#include #endif #include #include diff --git a/util/zebramap.c b/util/zebramap.c index 6f9f0d7..e87bb71 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -1,4 +1,4 @@ -/* $Id: zebramap.c,v 1.68 2007-11-08 08:18:37 adam Exp $ +/* $Id: zebramap.c,v 1.69 2007-11-08 09:30:05 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -29,7 +29,7 @@ #include #if YAZ_HAVE_ICU -#include +#include #endif #include