X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fsb-simple-streams.asd;h=f0860a908abb4a13ee085dcb858c64c0c6b53896;hb=4e0e251d6dca596ad8f3da81c1b582e3887b3c98;hp=39cf6ed9ba5160057330055716a79d9ca751552f;hpb=6ffb09605de7f990332aee146d8f69ba4cc907c9;p=sbcl.git diff --git a/contrib/sb-simple-streams/sb-simple-streams.asd b/contrib/sb-simple-streams/sb-simple-streams.asd index 39cf6ed..f0860a9 100644 --- a/contrib/sb-simple-streams/sb-simple-streams.asd +++ b/contrib/sb-simple-streams/sb-simple-streams.asd @@ -16,7 +16,7 @@ (:file "classes" :depends-on ("iodefs")) (:file "internal" :depends-on ("classes")) (:file "strategy" :depends-on ("internal")) - (:file "impl" :depends-on ("internal" "fndb")) + (:file "impl" :depends-on ("internal" "fndb" "file" "string")) (:file "file" :depends-on ("strategy")) (:file "direct" :depends-on ("strategy")) (:file "null" :depends-on ("strategy")) @@ -43,5 +43,3 @@ (c (eql (find-system :sb-simple-streams-tests)))) (or (funcall (intern "DO-TESTS" (find-package "SB-RT"))) (error "test-op failed"))) - -