summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/scm/webid-oidc.scm')
-rw-r--r--src/scm/webid-oidc.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scm/webid-oidc.scm b/src/scm/webid-oidc.scm
index a9a4699..38c563d 100644
--- a/src/scm/webid-oidc.scm
+++ b/src/scm/webid-oidc.scm
@@ -1,2 +1,3 @@
(define-module (webid-oidc)
- #:use-module (webid-oidc config))
+ #:use-module (webid-oidc config)
+ #:use-module (webid-oidc jws))