summaryrefslogtreecommitdiff
path: root/libguile/guile.c
diff options
context:
space:
mode:
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