Fix redirector
[project/luci.git] / libs / lucid-http / luasrc / lucid / http / handler / catchall.lua
index 0523751..3b2c2b0 100644 (file)
@@ -13,6 +13,7 @@ $Id$
 
 local srv = require "luci.lucid.http.server"
 local proto = require "luci.http.protocol"
+local util = require "luci.util"
 
 module "luci.lucid.http.handler.catchall"