From: Jim Meyering Date: Sat, 4 Jul 1998 01:44:01 +0000 (+0000) Subject: remove ifdef around inclusion of regex.h altogether!! X-Git-Tag: cvs-readonly~7755 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=ee369d4be4c24ee5645d99c33bb6340ea8173a77;p=gnulib.git remove ifdef around inclusion of regex.h altogether!! --- 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