diff options
Diffstat (limited to 'libguile/srfi-14.h')
-rw-r--r-- | libguile/srfi-14.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/srfi-14.h b/libguile/srfi-14.h index dc9718d70..f3754c565 100644 --- a/libguile/srfi-14.h +++ b/libguile/srfi-14.h @@ -3,7 +3,8 @@ /* srfi-14.c --- SRFI-14 procedures for Guile * - * Copyright (C) 2001, 2004, 2006, 2008, 2011 Free Software Foundation, Inc. + * Copyright (C) 2001,2004,2006,2008,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 @@ -23,6 +24,7 @@ #include "libguile/__scm.h" +#include "libguile/chars.h" typedef struct { |