diff options
author | Andy Wingo <wingo@pobox.com> | 2009-08-25 18:04:02 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-08-25 18:04:02 +0200 |
commit | 108e18b18abc066b2709a09283751e9138ccc935 (patch) | |
tree | f55cf91309b7b069bc2f2d725fb788aa08870fa5 /libguile/gc-malloc.c | |
parent | c15d8e6ab9bf991ca55038fa895993bbb4c1efaa (diff) | |
parent | cd43fdc5b7a7c851ee0f2b4e96a1f394fb50d869 (diff) | |
download | guile-108e18b18abc066b2709a09283751e9138ccc935.tar.gz |
Merge wip-array refactor, up to cd43fdc5b7a7c
Conflicts:
NEWS
libguile/print.c
Diffstat (limited to 'libguile/gc-malloc.c')
-rw-r--r-- | libguile/gc-malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/gc-malloc.c b/libguile/gc-malloc.c index 0a7220e21..6e9120e8e 100644 --- a/libguile/gc-malloc.c +++ b/libguile/gc-malloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003, 2004, 2006, 2008, 2009 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 @@ -37,7 +37,7 @@ extern unsigned long * __libc_ia64_register_backing_store_base; #include "libguile/stackchk.h" #include "libguile/struct.h" #include "libguile/smob.h" -#include "libguile/unif.h" +#include "libguile/arrays.h" #include "libguile/async.h" #include "libguile/ports.h" #include "libguile/root.h" |