* strop.c: #include <config.h> if HAVE_CONFIG_H.
authorRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:00:30 +0000 (00:00 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:00:30 +0000 (00:00 +0000)
libguile/strop.c

index f42046b..7a72471 100644 (file)
@@ -41,9 +41,10 @@ If you write modifications of your own for GUILE, it is your choice
 whether to permit this exception to apply to your modifications.
 If you do not wish that, delete this exception notice.  */
 
-
-
 \f
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <errno.h>