summaryrefslogtreecommitdiff
path: root/modules/ssh/shell.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ssh/shell.scm')
-rw-r--r--modules/ssh/shell.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ssh/shell.scm b/modules/ssh/shell.scm
index 62bf392..6e10bb9 100644
--- a/modules/ssh/shell.scm
+++ b/modules/ssh/shell.scm
@@ -39,6 +39,7 @@
#:use-module (ice-9 rdelim)
#:use-module (ice-9 regex)
#:use-module (ice-9 format)
+ #:use-module (ice-9 receive)
#:use-module (ssh channel)
#:use-module (ssh popen)
#:export (rexec which pgrep fallback-pgrep command-available?))