* extensions.c: #include <config.h> if HAVE_CONFIG_H.
[bpt/guile.git] / libguile / extensions.c
index c011941..91668fc 100644 (file)
  * 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 <config.h>
+#endif
+
 #include <string.h>
 
 #include "libguile/_scm.h"