summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c36303d..504c1f8 100644
--- a/modules/ssh/shell.scm
+++ b/modules/ssh/shell.scm
@@ -37,6 +37,7 @@
(define-module (ssh shell)
#:use-module (ice-9 rdelim)
+ #:use-module (ice-9 regex)
#:use-module (ssh channel)
#:use-module (ssh popen)
#:export (rexec which pgrep fallback-pgrep command-available?))