From a14464ed699cf0bb44536dfc2c8137300f7b081d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Oct 2007 08:20:16 +0000 Subject: [PATCH] Only include icu_I18N.h if HAVE_ICU is defined --- util/index_types.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4