[nio-cvs] r26 - branches/home/psmith/restructure/src/event
psmith at common-lisp.net
psmith at common-lisp.net
Thu Jan 4 23:20:02 UTC 2007
Author: psmith
Date: Thu Jan 4 18:20:01 2007
New Revision: 26
Modified:
branches/home/psmith/restructure/src/event/event-notification.lisp
Log:
Added dependency for errno to event-notification
Modified: branches/home/psmith/restructure/src/event/event-notification.lisp
==============================================================================
--- branches/home/psmith/restructure/src/event/event-notification.lisp (original)
+++ branches/home/psmith/restructure/src/event/event-notification.lisp Thu Jan 4 18:20:01 2007
@@ -24,6 +24,6 @@
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|#
-(defpackage :event-notification (:use :cl :cffi)
+(defpackage :event-notification (:use :cl :cffi :nio-compat)
(:export
make-event-queue add-fd remove-fd poll-events poll-error read-event-p write-event-p))
\ No newline at end of file
More information about the Nio-cvs
mailing list