* 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 d85b9025ef1ef106bc082876c2f3eba6036faa8f..7f09f943b133794408beeb1f216543600f125376 100644 (file)
@@ -15,6 +15,9 @@ $Id$
 
 module("luci.http.protocol.mime", package.seeall)
 
 
 module("luci.http.protocol.mime", package.seeall)
 
+require("luci.util")
+
+
 -- MIME mapping
 MIME_TYPES = {
     ["txt"]   = "text/plain";
 -- MIME mapping
 MIME_TYPES = {
     ["txt"]   = "text/plain";