summaryrefslogtreecommitdiff
path: root/libguile/guile.c
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2003-03-25 23:56:27 +0000
committerRob Browning <rlb@defaultvalue.org>2003-03-25 23:56:27 +0000
commite938aff1316ac2acfe53a2621e5053e4b920a2f8 (patch)
tree622b608907feb24eb75943392049b2cf86b9b6da /libguile/guile.c
parentd3d183b5ef5624b0ead35a01ff4bcf128a1c0121 (diff)
downloadguile-e938aff1316ac2acfe53a2621e5053e4b920a2f8.tar.gz
* guile.c: #include <config.h> if HAVE_CONFIG_H.
Diffstat (limited to 'libguile/guile.c')
-rw-r--r--libguile/guile.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/guile.c b/libguile/guile.c
index 6f00fee74..ebbd68ae4 100644
--- a/libguile/guile.c
+++ b/libguile/guile.c
@@ -46,6 +46,10 @@
based on the list of installed, statically linked libraries on the
system. For now, please don't put interesting code in here. */
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#ifdef __MINGW32__
# define SCM_IMPORT 1
#endif