]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/auth/basic/basic.factor
Updating code for make and fry changes
[factor.git] / basis / furnace / auth / basic / basic.factor
index ff3c302b40addc7d4d5f59e205b424cd2cad21de..a9b367c5c99b1c07c33ecd9b6ee1980a61bce8e2 100755 (executable)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2007 Chris Double.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: accessors kernel splitting base64 namespaces strings\r
+USING: accessors kernel splitting base64 namespaces make strings\r
 http http.server.responses furnace.auth ;\r
 IN: furnace.auth.basic\r
 \r