built-ins: echo: Import '(gash compat)'.

* gash/built-ins/echo.scm: Import '(gash compat)'.
This commit is contained in:
Timothy Sample 2022-04-29 00:07:14 -06:00
parent 309f9a8893
commit 4f3ae9e083
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
;;; along with Gash. If not, see <http://www.gnu.org/licenses/>.
(define-module (gash built-ins echo)
#:use-module (gash compat)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))