tools.dns: Fix using.

db4
Doug Coleman 2013-11-16 17:55:45 -08:00
parent 8085e4e6ef
commit 903f3d0a18
1 changed files with 2 additions and 1 deletions

View File

@ -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 -- )