diff --git a/package.lisp b/package.lisp
index 0ffc5e1..7b58bb0 100644
--- a/package.lisp
+++ b/package.lisp
@@ -23,8 +23,8 @@
:cl-stream
:common-lisp
:dirent
- :fd-stream
- :html-entities)
+ :html-entities
+ :unistd-stream)
#.(cl-stream:shadowing-import-from)
(:export
#:request
diff --git a/thot.asd b/thot.asd
index d62dceb..79fd6ea 100644
--- a/thot.asd
+++ b/thot.asd
@@ -17,9 +17,9 @@
"cffi-socket"
"cl-debug"
"cl-stream"
- "fd-stream"
"html-entities"
- "rol-uri")
+ "rol-uri"
+ "unistd-stream")
:components
((:file "package")
(:file "thot" :depends-on ("package"))