summaryrefslogtreecommitdiff
path: root/lib/zambyte/meta/json.sld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zambyte/meta/json.sld')
-rw-r--r--lib/zambyte/meta/json.sld2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zambyte/meta/json.sld b/lib/zambyte/meta/json.sld
index a385f66..bedbc4a 100644
--- a/lib/zambyte/meta/json.sld
+++ b/lib/zambyte/meta/json.sld
@@ -138,7 +138,7 @@
(define json-key-not-found (make-parameter (lambda () (values)))))
;; non-portable
(cond-expand
- ((and (library (macduffie json)) (srfi 69))
+ ((and (library (macduffie json)) (library (srfi 69)))
(include-library-declarations "macduffie.scm"))
((and guile (library (json)))
(import (only (guile) include-from-path import))