From b4fa86acea319d65c8866accf38dd870e5d381aa Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Wed, 2 Sep 2009 19:23:02 +0500 Subject: net/dns: Fixed regression causing nameserver initialization to fail on Windows --- net/dns.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/net/dns.lua b/net/dns.lua index ccb315de..592471bb 100644 --- a/net/dns.lua +++ b/net/dns.lua @@ -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 -- cgit v1.2.3