From 2de23570d27a0d5f4683e4c9ebd9c13eab2fc2a1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 23 Oct 2007 12:39:48 +0000 Subject: [PATCH] Check for ICU for include of icu_I18N.h. --- index/zebraidx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index/zebraidx.c b/index/zebraidx.c index 6aa13e0..b3e8c23 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.7 2007-10-22 13:05:22 adam Exp $ +/* $Id: zebraidx.c,v 1.8 2007-10-23 12:39:48 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -31,7 +31,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif +#if HAVE_ICU #include +#endif #include #include #include -- 1.7.10.4