# HG changeset patch # User Waqas Hussain # Date 1251901382 -18000 # Node ID 2876a0ecceab106d623f513300b8e6970fc63462 # Parent cb4c94b47d5343f48829fb0dc944bfb9053d1ad5 net/dns: Fixed regression causing nameserver initialization to fail on Windows diff -r cb4c94b47d53 -r 2876a0ecceab net/dns.lua --- 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