summaryrefslogtreecommitdiff
path: root/libguile/srfi-1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/srfi-1.h')
-rw-r--r--libguile/srfi-1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/srfi-1.h b/libguile/srfi-1.h
index 47607bc55..e30bb5be7 100644
--- a/libguile/srfi-1.h
+++ b/libguile/srfi-1.h
@@ -1,6 +1,6 @@
/* srfi-1.h --- SRFI-1 procedures for Guile
- *
- * Copyright (C) 2002, 2003, 2005, 2006, 2010, 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2003,2005-2006,2010-2011,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 @@
#ifndef SCM_SRFI_1_H
#define SCM_SRFI_1_H
-#include "libguile/__scm.h"
+#include "libguile/scm.h"
SCM_INTERNAL SCM scm_srfi1_append_reverse (SCM revhead, SCM tail);
SCM_INTERNAL SCM scm_srfi1_append_reverse_x (SCM revhead, SCM tail);