summaryrefslogtreecommitdiff
path: root/module/ice-9/documentation.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/ice-9/documentation.scm')
-rw-r--r--module/ice-9/documentation.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/ice-9/documentation.scm b/module/ice-9/documentation.scm
index 5698bd653..2b6511d9a 100644
--- a/module/ice-9/documentation.scm
+++ b/module/ice-9/documentation.scm
@@ -1,5 +1,5 @@
;;; documentation.scm --- Run-time documentation facility
-;;; Copyright (C) 2000-2003,2006,2009,2010,2024 Free Software Foundation, Inc.
+;;; Copyright (C) 2000-2003,2006,2009,2010,2024,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 License as
@@ -79,6 +79,7 @@
;;; Code:
(define-module (ice-9 documentation)
+ #:use-module (ice-9 object-properties)
#:use-module (ice-9 rdelim)
#:use-module (ice-9 regex)
#:use-module (ice-9 match)