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--