contrib, build: bundle LuaSrcDiet and make it available in build targets
[project/luci.git] / contrib / luadoc / lua / luadoc / util.lua
index 3a48e74..acaaac8 100644 (file)
@@ -3,7 +3,7 @@
 -- @release $Id: util.lua,v 1.16 2008/02/17 06:42:51 jasonsantos Exp $
 -------------------------------------------------------------------------------
 
-local posix = require "posix"
+local posix = require "nixio.fs"
 local type, table, string, io, assert, tostring, setmetatable, pcall = type, table, string, io, assert, tostring, setmetatable, pcall
 
 -------------------------------------------------------------------------------