diff options
Diffstat (limited to 'libguile/gettext.c')
-rw-r--r-- | libguile/gettext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libguile/gettext.c b/libguile/gettext.c index 2ae3ae5e4..3de3f5e89 100644 --- a/libguile/gettext.c +++ b/libguile/gettext.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004, 2006 Free Software Foundation, Inc. +/* Copyright (C) 2004, 2006, 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 @@ -24,6 +24,7 @@ #include "libguile/_scm.h" #include "libguile/feature.h" #include "libguile/strings.h" +#include "libguile/numbers.h" #include "libguile/dynwind.h" #include "libguile/gettext.h" |