From: Rob Browning Date: Tue, 25 Mar 2003 23:55:09 +0000 (+0000) Subject: * fports.c: #include if HAVE_CONFIG_H. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/85286595b590b0743493eed8819dde89a4889c9b * fports.c: #include if HAVE_CONFIG_H. --- diff --git a/libguile/fports.c b/libguile/fports.c index 0a0c121c7..0c8a379cd 100644 --- a/libguile/fports.c +++ b/libguile/fports.c @@ -41,6 +41,9 @@ +#if HAVE_CONFIG_H +# include +#endif #include #include