From 7a27b63c1fcc863bb651a7688b67f7846858f49e Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 22 Sep 2019 16:03:40 +0200 Subject: Fix CHICKEN 4 imports --- henrietta-cache.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/henrietta-cache.scm b/henrietta-cache.scm index 21a645b..d356d76 100644 --- a/henrietta-cache.scm +++ b/henrietta-cache.scm @@ -5,7 +5,8 @@ (cond-expand (chicken-4 (import chicken) (use utils files extras posix data-structures ports - http-client matchable uri-common srfi-1) + http-client matchable uri-common srfi-1 irregex + setup-api) (define read-list read-file)) (chicken-5 (import (chicken base) (chicken condition) (chicken file) (chicken format) (chicken string) (chicken port) -- cgit v1.2.3