From aa54a9b0a3d8bc4ce4cb18417cee3fbdd913f1ef Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 25 Mar 2003 23:55:31 +0000 Subject: [PATCH] * gc.c: #include if HAVE_CONFIG_H. --- libguile/gc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libguile/gc.c b/libguile/gc.c index e912beaa6..67b4aee9c 100644 --- a/libguile/gc.c +++ b/libguile/gc.c @@ -42,6 +42,9 @@ /* #define DEBUGINFO */ +#if HAVE_CONFIG_H +# include +#endif #include #include