From ee369d4be4c24ee5645d99c33bb6340ea8173a77 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 4 Jul 1998 01:44:01 +0000 Subject: [PATCH] remove ifdef around inclusion of regex.h altogether!! --- lib/rpmatch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.11.0