diff options
Diffstat (limited to 'libguile/array-handle.c')
-rw-r--r-- | libguile/array-handle.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libguile/array-handle.c b/libguile/array-handle.c index 947462a59..a69bdbe5e 100644 --- a/libguile/array-handle.c +++ b/libguile/array-handle.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1995,1996,1997,1998,2000,2001,2002,2003,2004, 2005, - * 2006, 2009, 2011, 2013, 2014 Free Software Foundation, Inc. +/* Copyright (C) 1995-1998,2000-2006,2009,2011,2013-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 @@ -26,7 +26,8 @@ #include "libguile/_scm.h" #include "libguile/__scm.h" - +#include "libguile/bitvectors.h" +#include "libguile/arrays.h" #include "libguile/array-handle.h" |