diff --git a/libguile/extensions.c b/libguile/extensions.c index c01194179..91668fc2e 100644 --- a/libguile/extensions.c +++ b/libguile/extensions.c @@ -41,6 +41,10 @@ * 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 #include "libguile/_scm.h"