diff options
author | Peter Bex <peter@more-magic.net> | 2019-09-22 16:03:40 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2019-09-22 16:03:40 +0200 |
commit | 7a27b63c1fcc863bb651a7688b67f7846858f49e (patch) | |
tree | fe028e03ac21c410244799d5b1d87a19070c31d1 /henrietta-cache.scm | |
parent | e671f9896d48367d639e1933f7d2eca1553de397 (diff) | |
download | henrietta-cache-7a27b63c1fcc863bb651a7688b67f7846858f49e.tar.gz |
Fix CHICKEN 4 imports1.5
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r-- | henrietta-cache.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |