From a6f7f57d2587e6eba75fe3aa90d1837326ec4c73 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 26 Mar 2003 00:00:46 +0000 Subject: [PATCH] * struct.c: #include if HAVE_CONFIG_H. --- libguile/struct.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libguile/struct.c b/libguile/struct.c index 94b431853..46b3f48fc 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -39,8 +39,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 "libguile/_scm.h" #include "libguile/chars.h"