]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/dns/server/server.factor
Updating code for make and fry changes
[factor.git] / extra / dns / server / server.factor
index 16677d87613f49eee4d587f7cfb3eae3b0c47bf7..ad16db7b4157a55e40def0551110bdab5bcde1b3 100644 (file)
@@ -2,7 +2,7 @@
 USING: kernel combinators sequences sets math threads namespaces continuations
        debugger io io.sockets unicode.case accessors destructors
        combinators.cleave combinators.lib combinators.short-circuit 
-       newfx fry
+       newfx bake bake.fry
        dns dns.util dns.misc ;
 
 IN: dns.server