From 54c5c049cbfac53ddff1eb7432fe6e75b4096f47 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 6 Sep 2001 14:35:19 +0000 Subject: Include system header file regex.h only if HAVE_REGEX_H is defined. Otherwise take the one from "../gnu/". git-svn-id: http://svn.cactuscode.org/flesh/trunk@2342 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/Groups.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main') diff --git a/src/main/Groups.c b/src/main/Groups.c index a56c7e07..f284d472 100644 --- a/src/main/Groups.c +++ b/src/main/Groups.c @@ -13,7 +13,11 @@ #include #include #include +#ifdef HAVE_REGEX_H #include +#else +#include "../gnu/regex.h" +#endif #include "cctk_Constants.h" #include "cctk_WarnLevel.h" -- cgit v1.2.3