]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/remote/remote.factor
Updating code for make and fry changes
[factor.git] / basis / channels / remote / remote.factor
index 9c1878e14d03309ae522d13f5f6f2aa263d951e3..1a7addac12583fcb5646e529951d40336f76db7a 100755 (executable)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 !
 ! Remote Channels
-USING: kernel init namespaces assocs arrays random
+USING: kernel init namespaces make assocs arrays random
 sequences channels match concurrency.messaging
 concurrency.distributed threads accessors ;
 IN: channels.remote