From c986274fc28262df996ef5b939218c25c80566c2 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 26 Mar 2003 00:00:35 +0000 Subject: [PATCH] * strports.c: #include if HAVE_CONFIG_H. --- libguile/strports.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/strports.c b/libguile/strports.c index 419a2df1a..54a7cc895 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -42,6 +42,10 @@ +#if HAVE_CONFIG_H +# include +#endif + #include "libguile/_scm.h" #include