word: Import 'compat' module.

* gash/word.scm: Import '(gash compat)'.
This commit is contained in:
Timothy Sample 2023-02-08 13:02:30 -06:00
parent 3b14c5cb2d
commit eda8c1e4b4
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 word)
#:use-module (gash compat)
#:use-module (gash environment)
#:use-module (gash pattern)
#:use-module (ice-9 ftw)