Add missing '(gash compat)' import.

This was omitted from ffe9fc1f47.

* gash/shell.scm: Use the '(gash compat)' module.
This commit is contained in:
Timothy Sample 2019-08-02 20:19:52 -04:00
parent fdd835842a
commit 9639f5eff7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
(define-module (gash shell)
#:use-module (gash built-ins)
#:use-module (gash compat)
#:use-module (gash compat textual-ports)
#:use-module (gash environment)
#:use-module (gash pattern)