ssh: Add missing import.

* guix/ssh.scm: Use (ice-9 format).
master
Ludovic Courtès 2019-06-10 22:12:28 +02:00
parent 883dc11c3a
commit 416a7c69f1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#:use-module (srfi srfi-34)
#:use-module (srfi srfi-35)
#:use-module (ice-9 match)
#:use-module (ice-9 format)
#:use-module (ice-9 binary-ports)
#:export (open-ssh-session
remote-inferior