diff options
Diffstat (limited to 'libguile/strports.c')
-rw-r--r-- | libguile/strports.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/strports.c b/libguile/strports.c index 5f78785d1..e99ceb8f3 100644 --- a/libguile/strports.c +++ b/libguile/strports.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2006, - * 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998-2003, 2005-2006, + * 2009-2014, 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 @@ -31,6 +31,7 @@ #include "libguile/bytevectors.h" #include "libguile/eval.h" +#include "libguile/keywords.h" #include "libguile/ports.h" #include "libguile/read.h" #include "libguile/strings.h" |