summaryrefslogtreecommitdiff
path: root/module/ice-9/debugger/command-loop.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/debugger/command-loop.scm')
-rw-r--r--module/ice-9/debugger/command-loop.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/debugger/command-loop.scm b/module/ice-9/debugger/command-loop.scm
index 5b38255db..b58952dcd 100644
--- a/module/ice-9/debugger/command-loop.scm
+++ b/module/ice-9/debugger/command-loop.scm
@@ -21,6 +21,7 @@
#:use-module (ice-9 debugger)
#:use-module (ice-9 debugger state)
#:use-module (ice-9 debugging traps)
+ #:use-module (ice-9 save-stack)
#:export (debugger-command-loop
debugger-command-loop-error
debugger-command-loop-quit)