+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'.
/* 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>