Minor fix.

This commit is contained in:
2003-01-29 04:39:35 +00:00
parent f405214372
commit 683777fe1e

View File

@ -13,7 +13,8 @@
;;;; ;;;;
;;;; ;;;;
(require "comm") (eval-when (:compile-toplevel :load-toplevel :execute)
(require "comm"))
(defclass lwl-connection (connection) (defclass lwl-connection (connection)
((stream :initarg :stream :reader connection-stream))) ((stream :initarg :stream :reader connection-stream)))