Diff

net/dns.lua @ 1729:2876a0ecceab

net/dns: Fixed regression causing nameserver initialization to fail on Windows
author Waqas Hussain <waqas20@gmail.com>
date Wed, 02 Sep 2009 19:23:02 +0500
parent 1713:252afc358000
child 1788:45779d67c26c
line wrap: on
line diff
--- 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