From c0fc108975c03b56d10ca80ec4ec3626f685c8ab Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 25 Mar 2003 23:54:41 +0000 Subject: [PATCH] * extensions.c: #include if HAVE_CONFIG_H. --- libguile/extensions.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/extensions.c b/libguile/extensions.c index c01194179..91668fc2e 100644 --- a/libguile/extensions.c +++ b/libguile/extensions.c @@ -41,6 +41,10 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ +#if HAVE_CONFIG_H +# include +#endif + #include #include "libguile/_scm.h" -- 2.20.1