diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-23 19:23:32 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2022-11-23 19:23:32 -0500 |
| commit | 523c9d626ca5ca48834f228b4cc511cd08038ced (patch) | |
| tree | db7a107a5ac4f75d1505137e6ee106eb45bdf7c8 /haunt | |
| parent | 4f1743dad652d9a3781b268294b89d22c57528c0 (diff) | |
[dynamic] Fix missing SRFI-19 import
Diffstat (limited to 'haunt')
| -rw-r--r-- | haunt/jakob/utils.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/jakob/utils.scm b/haunt/jakob/utils.scm index a3ad1b7..a41d21a 100644 --- a/haunt/jakob/utils.scm +++ b/haunt/jakob/utils.scm @@ -18,6 +18,7 @@ #:use-module (haunt post) #:use-module (ice-9 match) #:use-module (srfi srfi-1) + #:use-module (srfi srfi-19) #:export (maybe-cons* maybe-list date->string* |