Fix 'setvbuf' wrapper for Guile 2.0.

* gash/compat.scm: Add '(ice-9 match)' to the list of used modules.
This commit is contained in:
Timothy Sample 2019-06-01 10:46:43 -04:00
parent 0306060fca
commit cf118f7a39
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
;;; along with Gash. If not, see <http://www.gnu.org/licenses/>.
(define-module (gash compat)
#:use-module (ice-9 match)
#:export (if-guile-version-below))
;;; Commentary: