From 484ac23010d50251c32210aeed48eda2ef4bece7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 11:55:22 +0000 Subject: [PATCH] [!WITH_REGEX]: Include rx.h. From Andreas Schwab. --- lib/rpmatch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/rpmatch.c b/lib/rpmatch.c index 65674b6ab..868f714a1 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -30,7 +30,11 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #endif #include -#include +#ifdef WITH_REGEX +# include +#else +# include +#endif #if ENABLE_NLS # include -- 2.11.0