diff options
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r-- | libguile/debug-malloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c index fa3612de2..f6dabe7b0 100644 --- a/libguile/debug-malloc.c +++ b/libguile/debug-malloc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2006, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2000,2006,2008,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/alist.h" +#include "libguile/numbers.h" #include "libguile/strings.h" #include "libguile/debug-malloc.h" |