From dfc40e20f41ef59c3da0ac26a73357efae175644 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 10 Sep 1996 02:30:43 +0000 Subject: [PATCH] * stackchk.h: #include "libguile/debug.h", --- libguile/stackchk.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libguile/stackchk.h b/libguile/stackchk.h index 8c8205c07..d30fdde23 100644 --- a/libguile/stackchk.h +++ b/libguile/stackchk.h @@ -45,6 +45,10 @@ #include "libguile/__scm.h" +#include "libguile/continuations.h" +#ifdef DEBUG_EXTENSIONS +#include "libguile/debug.h" +#endif /* With debug extensions we have the possibility to use the debug options