From d315f9067f8aba9b71c363f85ee8c6b97636e876 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 2 Dec 2005 04:14:47 +0000 Subject: [PATCH] according to "man regex" an "#include " is required. apparently this is really so on Mac OSX --- lib/gvc/gvconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index ac520e326..36d712d1a 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -21,6 +21,7 @@ #include #ifndef DISABLE_LTDL +#include #include #include #include -- 2.40.0