From f6cc762af9137f7dc92b9ad5ef97c8a05f7e129b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Mar 2007 02:45:24 +0000 Subject: New module 'search'. --- lib/tsearch.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/tsearch.c') diff --git a/lib/tsearch.c b/lib/tsearch.c index 6a9d2e06ac..cc63a11e72 100644 --- a/lib/tsearch.c +++ b/lib/tsearch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 2000, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995-1997, 2000, 2006-2007 Free Software Foundation, Inc. Contributed by Bernd Schmidt , 1997. NOTE: The canonical source of this file is maintained with the GNU C @@ -88,7 +88,11 @@ #include /* Specification. */ -#include "tsearch.h" +#ifdef IN_LIBINTL +# include "tsearch.h" +#else +# include +#endif #include -- cgit v1.2.1