From cf118f7a3921289083ba5edaf214faff9fa34ebf Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Sat, 1 Jun 2019 10:46:43 -0400 Subject: [PATCH] Fix 'setvbuf' wrapper for Guile 2.0. * gash/compat.scm: Add '(ice-9 match)' to the list of used modules. --- gash/compat.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gash/compat.scm b/gash/compat.scm index 85c8979..b50675f 100644 --- a/gash/compat.scm +++ b/gash/compat.scm @@ -17,6 +17,7 @@ ;;; along with Gash. If not, see . (define-module (gash compat) + #:use-module (ice-9 match) #:export (if-guile-version-below)) ;;; Commentary: