diff options
Diffstat (limited to 'libguile/srfi-13.h')
-rw-r--r-- | libguile/srfi-13.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/srfi-13.h b/libguile/srfi-13.h index 325e22272..643fa6d32 100644 --- a/libguile/srfi-13.h +++ b/libguile/srfi-13.h @@ -2,8 +2,8 @@ #define SCM_SRFI_13_H /* srfi-13.c --- SRFI-13 procedures for Guile - * - * Copyright (C) 2001, 2004, 2006, 2008, 2010 Free Software Foundation, Inc. + * Copyright (C) 2001,2004,2006,2008,2010,2018 + * Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -22,7 +22,7 @@ */ -#include "libguile/__scm.h" +#include "libguile/scm.h" SCM_API SCM scm_string_null_p (SCM s); SCM_API SCM scm_string_any (SCM pred, SCM s, SCM start, SCM end); |