From 1465ccf0bf79f22e5c91d9d4ca87ed04eded25f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 27 Apr 2008 00:50:05 +0200 Subject: [PATCH] Include in SRFI-1. --- srfi/ChangeLog | 4 ++++ srfi/srfi-1.c | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 6343dd73a..789a6bec7 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2008-04-27 Ludovic Courtès + + * srfi-1.c: Include . + 2008-04-26 Ludovic Courtès * srfi-35.scm: Provide `srfi-35' through `cond-expand-provide'. diff --git a/srfi/srfi-1.c b/srfi/srfi-1.c index 8e27ab4e6..2989a25cf 100644 --- a/srfi/srfi-1.c +++ b/srfi/srfi-1.c @@ -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 @@ -18,6 +18,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +# include +#endif + #include #include