From adfde624394b229879af0f0f2e5fa2b8ce51967d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 01:44:01 +0000 Subject: remove ifdef around inclusion of regex.h altogether!! --- lib/rpmatch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/rpmatch.c b/lib/rpmatch.c index bf8219514..3a439d7e3 100644 --- a/lib/rpmatch.c +++ b/lib/rpmatch.c @@ -30,9 +30,7 @@ #endif #include -#if ! HAVE_LIBC_REGEX -# include -#endif +#include #if ENABLE_NLS # include -- cgit v1.2.3-54-g00ecf