summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--streams/package.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/streams/package.lisp b/streams/package.lisp
index 0dfb119f3..f18f1c5bd 100644
--- a/streams/package.lisp
+++ b/streams/package.lisp
@@ -7,5 +7,8 @@
(:export :hurd-stream
:hurd-input-stream
:make-hurd-input-stream
- :with-hurd-input-stream))
+ :with-hurd-input-stream
+ :hurd-output-stream
+ :make-hurd-output-stream
+ :with-hurd-output-stream))