diff options
Diffstat (limited to 'module/srfi/srfi-69.scm')
-rw-r--r-- | module/srfi/srfi-69.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/srfi/srfi-69.scm b/module/srfi/srfi-69.scm index 91bcc77db..efdc59bd4 100644 --- a/module/srfi/srfi-69.scm +++ b/module/srfi/srfi-69.scm @@ -1,6 +1,6 @@ ;;; srfi-69.scm --- Basic hash tables -;; Copyright (C) 2007 Free Software Foundation, Inc. +;; Copyright (C) 2007, 2025 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public @@ -71,6 +71,7 @@ #:use-module (srfi srfi-9) #:use-module (srfi srfi-13) ;string-hash,string-hash-ci #:use-module (ice-9 optargs) + #:use-module (ice-9 weak-tables) #:export (;; Type constructors & predicate make-hash-table hash-table? alist->hash-table ;; Reflective queries |