From 9de1f7a589a0abb1031736e0eacb6a535788dbad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Oct 1996 11:55:22 +0000 Subject: [!WITH_REGEX]: Include rx.h. From Andreas Schwab. --- lib/rpmatch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/rpmatch.c') 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 -- cgit v1.2.3-54-g00ecf