From bbcbca7f2ae22916ccab06c14e9cb9270d2af32c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 25 Mar 2003 23:59:25 +0000 Subject: [PATCH] * regex-posix.c: #include if HAVE_CONFIG_H. --- libguile/regex-posix.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/regex-posix.c b/libguile/regex-posix.c index bd7c341e2..0910147c3 100644 --- a/libguile/regex-posix.c +++ b/libguile/regex-posix.c @@ -51,6 +51,10 @@ libraries which do not agree with the Spencer implementation may produce varying behavior. Sigh. */ +#if HAVE_CONFIG_H +# include +#endif + #include #include "libguile/_scm.h"