diff options
Diffstat (limited to 'libguile/arrays.h')
-rw-r--r-- | libguile/arrays.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/arrays.h b/libguile/arrays.h index b56abef94..6b126f97a 100644 --- a/libguile/arrays.h +++ b/libguile/arrays.h @@ -3,8 +3,8 @@ #ifndef SCM_ARRAY_H #define SCM_ARRAY_H -/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2004, 2006, 2008, 2009, - * 2010, 2012 Free Software Foundation, Inc. +/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2010,2012,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 @@ -25,6 +25,7 @@ #include "libguile/__scm.h" +#include "libguile/gc.h" #include "libguile/print.h" |