X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=contrib%2Fsb-simple-streams%2Fpackage.lisp;h=622fb5c049c0c73c7fb312ce4bbf7271484fe5e3;hb=bfa4310e41dcd011ca9d139f29be1c5757b41378;hp=eac4c53282a600e056a9362b3460894f9083117a;hpb=ac85367426b222612311c5cf7b061ff89c64d825;p=sbcl.git diff --git a/contrib/sb-simple-streams/package.lisp b/contrib/sb-simple-streams/package.lisp index eac4c53..622fb5c 100644 --- a/contrib/sb-simple-streams/package.lisp +++ b/contrib/sb-simple-streams/package.lisp @@ -9,7 +9,7 @@ (defpackage sb-simple-streams (:use #:common-lisp) - (:import-from #:sb-kernel #:ansi-stream) + (:import-from #:sb-kernel #:ansi-stream #:charpos #:line-length) (:import-from #:sb-gray #:fundamental-stream) (:export ;; Stream classes #:STREAM