diff options
Diffstat (limited to 'module/language/wisp.scm')
-rw-r--r-- | module/language/wisp.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/language/wisp.scm b/module/language/wisp.scm index d53a886a1..97bb508a6 100644 --- a/module/language/wisp.scm +++ b/module/language/wisp.scm @@ -1,6 +1,6 @@ ;;; Wisp -;; Copyright (C) 2013, 2017, 2018, 2020, 2024 Free Software Foundation, Inc. +;; Copyright (C) 2013, 2017, 2018, 2020, 2024, 2025, 2025 Free Software Foundation, Inc. ;; Copyright (C) 2014--2023 Arne Babenhauserheide. ;; Copyright (C) 2023 Maxime Devos <maximedevos@telenet.be> @@ -37,6 +37,7 @@ #:use-module (srfi srfi-1) #:use-module (srfi srfi-11); for let-values #:use-module (srfi srfi-9); for records + #:use-module (ice-9 source-properties) #:use-module (ice-9 rw); for write-string/partial #:use-module (ice-9 match)) |