From: Jim Meyering Date: Wed, 9 Oct 1996 11:55:22 +0000 (+0000) Subject: [!WITH_REGEX]: Include rx.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484ac23010d50251c32210aeed48eda2ef4bece7;p=pspp [!WITH_REGEX]: Include rx.h. From Andreas Schwab. --- diff --git a/lib/rpmatch.c b/lib/rpmatch.c index 65674b6ab3..868f714a13 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