fix load error

db4
Doug Coleman 2009-02-18 17:25:58 -06:00
parent d21ff58776
commit adb6b21683
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
USING: concurrency.combinators destructors fry
io.servers.datagram.private io.sockets kernel logging ;
IN: io.servers.datagram
io.sockets kernel logging ;
IN: io.servers.packet
<PRIVATE