diff options
-rw-r--r-- | lisp/emacs-lisp/stream.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/stream.el b/lisp/emacs-lisp/stream.el index f1d2631eaee..4523e3bed82 100644 --- a/lisp/emacs-lisp/stream.el +++ b/lisp/emacs-lisp/stream.el @@ -54,6 +54,7 @@ ;;; Code: (eval-when-compile (require 'cl-lib)) +(require 'seq) (eval-and-compile (defconst stream--identifier '--stream-- |