From 903f3d0a18e01269efbe0f699efb7f23db079a8e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 16 Nov 2013 17:55:45 -0800 Subject: [PATCH] tools.dns: Fix using. --- extra/tools/dns/dns.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/tools/dns/dns.factor b/extra/tools/dns/dns.factor index 47d4167eea..3f730ba3a9 100644 --- a/extra/tools/dns/dns.factor +++ b/extra/tools/dns/dns.factor @@ -1,6 +1,7 @@ ! Copyright (C) 2010 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: arrays dns fry io kernel math.parser sequences ; +USING: arrays dns fry io kernel math.parser sequences +strings ; IN: tools.dns : a-line. ( host ip -- )