From: Adam Dickmeiss Date: Mon, 29 Oct 2007 08:20:16 +0000 (+0000) Subject: Only include icu_I18N.h if HAVE_ICU is defined X-Git-Tag: ZEBRA.2.0.20~98 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a14464ed699cf0bb44536dfc2c8137300f7b081d;p=idzebra-moved-to-github.git Only include icu_I18N.h if HAVE_ICU is defined --- diff --git a/util/index_types.c b/util/index_types.c index b8c4f9f..09e81d8 100644 --- a/util/index_types.c +++ b/util/index_types.c @@ -1,4 +1,4 @@ -/* $Id: index_types.c,v 1.2 2007-10-25 19:25:00 adam Exp $ +/* $Id: index_types.c,v 1.3 2007-10-29 08:20:16 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -31,7 +31,9 @@ #include #include "index_types.h" +#if HAVE_ICU #include +#endif #include #include #include