From: Jim Meyering Date: Sat, 4 Jul 1998 01:44:01 +0000 (+0000) Subject: remove ifdef around inclusion of regex.h altogether!! X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee369d4be4c24ee5645d99c33bb6340ea8173a77;p=pspp remove ifdef around inclusion of regex.h altogether!! --- diff --git a/lib/rpmatch.c b/lib/rpmatch.c index bf8219514d..3a439d7e31 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