summaryrefslogtreecommitdiff
path: root/libguile/stackchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/stackchk.c')
-rw-r--r--libguile/stackchk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/stackchk.c b/libguile/stackchk.c
index 96f72408d..28760c497 100644
--- a/libguile/stackchk.c
+++ b/libguile/stackchk.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 1995,1996,1997, 2000, 2001, 2006, 2008, 2010, 2011, 2014 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1997,2000-2001,2006,2008,2010-2011,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
@@ -23,6 +24,7 @@
#endif
#include "libguile/_scm.h"
+#include "libguile/numbers.h"
#include "libguile/ports.h"
#include "libguile/threads.h"
#include "libguile/dynwind.h"