* libs/http: require luci.util in http.protocol.mime
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Jun 2008 18:32:29 +0000 (18:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Jun 2008 18:32:29 +0000 (18:32 +0000)
libs/http/luasrc/http/protocol/mime.lua

index d85b902..7f09f94 100644 (file)
@@ -15,6 +15,9 @@ $Id$
 
 module("luci.http.protocol.mime", package.seeall)
 
+require("luci.util")
+
+
 -- MIME mapping
 MIME_TYPES = {
     ["txt"]   = "text/plain";