Changeset

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
parents 1728:cb4c94b47d53
children 1733:d55ee6c66910
files net/dns.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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