summaryrefslogtreecommitdiff
path: root/module/system/foreign.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/system/foreign.scm')
-rw-r--r--module/system/foreign.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/system/foreign.scm b/module/system/foreign.scm
index a75c37da1..fe068a471 100644
--- a/module/system/foreign.scm
+++ b/module/system/foreign.scm
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2010-2011,2013-2014,2024 Free Software Foundation, Inc.
+;;; Copyright (C) 2010-2011,2013-2014,2024,2025,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
@@ -17,6 +17,7 @@
(define-module (system foreign)
#:use-module (ice-9 match)
+ #:use-module (ice-9 weak-tables)
#:use-module (rnrs bytevectors)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-9)