mod_httpserver: Add require 'net.httpserver'
authorMatthew Wild <mwild1@gmail.com>
Mon, 12 Jan 2009 03:29:05 +0000 (03:29 +0000)
committerMatthew Wild <mwild1@gmail.com>
Mon, 12 Jan 2009 03:29:05 +0000 (03:29 +0000)
plugins/mod_httpserver.lua

index 02a9fd78d57c3adbe643f3634ed9ae8bb0593435..2bcdab43a5564eca710e613b3f028b06dd2da3f9 100644 (file)
@@ -1,4 +1,6 @@
 
+local httpserver = require "net.httpserver";
+
 local open = io.open;
 local t_concat = table.concat;