From 6ada43c9441f841f76f302a0e9a0ab8b75383adb Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 26 Mar 2003 00:00:30 +0000 Subject: [PATCH] * strop.c: #include if HAVE_CONFIG_H. --- libguile/strop.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libguile/strop.c b/libguile/strop.c index f42046ba1..7a7247190 100644 --- a/libguile/strop.c +++ b/libguile/strop.c @@ -41,9 +41,10 @@ If you write modifications of your own for GUILE, it is your choice 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