Include <config.h> in SRFI-1.
authorLudovic Courtès <ludo@gnu.org>
Sat, 26 Apr 2008 22:50:05 +0000 (00:50 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 26 Apr 2008 22:50:05 +0000 (00:50 +0200)
srfi/ChangeLog
srfi/srfi-1.c

index 6343dd73a7a16c692d3768bcbf8bf375e76a567e..789a6bec7a76faee10c6592c3b93953368b211c7 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-27  Ludovic Courtès  <ludo@gnu.org>
+
+       * srfi-1.c: Include <config.h>.
+
 2008-04-26  Ludovic Courtès  <ludo@gnu.org>
 
        * srfi-35.scm: Provide `srfi-35' through `cond-expand-provide'.
index 8e27ab4e60a95684e46a7336f6e21c155d8256df..2989a25cf0a89bb6e4f073030ef32380a63bc846 100644 (file)
@@ -1,6 +1,6 @@
 /* srfi-1.c --- SRFI-1 procedures for Guile
  *
- *     Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2005, 2006
+ *     Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2005, 2006, 2008
  *     Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#if HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <libguile.h>
 #include <libguile/lang.h>