X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fpackage.lisp;h=622fb5c049c0c73c7fb312ce4bbf7271484fe5e3;hb=4af254de85367806d14ccafc4dfbe79a235b926d;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