diff options
Diffstat (limited to 'clients/bscmd.scm')
-rwxr-xr-x | clients/bscmd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/bscmd.scm b/clients/bscmd.scm index 9ac39bd..a7feb42 100755 --- a/clients/bscmd.scm +++ b/clients/bscmd.scm @@ -6,6 +6,6 @@ ;;; bscmd ;;; When called without arguments, displays the stream of events from baresip. -(import (chicken random) srfi-1 (chicken port) define-options anaphora json matchable netstring socket) +(import (chicken random) srfi-1 (chicken port) base64 brev-separate define-options anaphora json matchable netstring socket) (include "bscmd.brev") |