net/dns.lua
changeset 1729 2876a0ecceab
parent 1713 252afc358000
child 1788 45779d67c26c
--- a/net/dns.lua	Wed Sep 02 19:22:06 2009 +0500
+++ b/net/dns.lua	Wed Sep 02 19:23:02 2009 +0500
@@ -17,6 +17,7 @@
 require 'socket'
 local ztact = require 'util.ztact'
 local require = require
+local os = os;
 
 local coroutine, io, math, socket, string, table =
       coroutine, io, math, socket, string, table