Fix USING: in io.launcher

db4
Slava Pestov 2008-02-08 21:47:47 -06:00
parent 20649302fa
commit f05cf861eb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
! See http://factorcode.org/license.txt for BSD license.
USING: io io.backend system kernel namespaces strings hashtables
sequences assocs combinators vocabs.loader init threads
continuations ;
continuations math ;
IN: io.launcher
! Non-blocking process exit notification facility