mod_pep: Fix undefined global access
[prosody.git] / 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;