summaryrefslogtreecommitdiff
path: root/lib/zambyte/meta
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zambyte/meta')
-rw-r--r--lib/zambyte/meta/json.sld3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/zambyte/meta/json.sld b/lib/zambyte/meta/json.sld
index b6e681d..8838c77 100644
--- a/lib/zambyte/meta/json.sld
+++ b/lib/zambyte/meta/json.sld
@@ -63,7 +63,8 @@
((and (library (macduffie json)) (srfi 69))
(include-library-declarations "macduffie.scm"))
((and guile (library (json)))
- (include-library-declarations "guile.scm"))
+ (import (only (guile) include-from-path import))
+ (begin (include-from-path "zambyte/meta/guile.scm")))
(gauche
(include-library-declarations "gauche.scm"))
(gerbil