From 97a09940fb6805ebf55dfb43847a87fa8260be34 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 30 May 2013 17:14:37 +0000 Subject: Added missing require statements to authenticator-plaintext.lua and menubuilder.lua --- lib/authenticator-plaintext.lua | 3 +++ lib/menubuilder.lua | 1 + 2 files changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/authenticator-plaintext.lua b/lib/authenticator-plaintext.lua index 5c37877..c652fec 100644 --- a/lib/authenticator-plaintext.lua +++ b/lib/authenticator-plaintext.lua @@ -9,6 +9,9 @@ create a different file for each field. module (..., package.seeall) +fs = require("acf.fs") +require("posix") + list_fields = function(self, tabl) if not self or not tabl or tabl == "" then return {} diff --git a/lib/menubuilder.lua b/lib/menubuilder.lua index f897ddc..831ceb3 100644 --- a/lib/menubuilder.lua +++ b/lib/menubuilder.lua @@ -7,6 +7,7 @@ module(..., package.seeall) require("posix") format = require("acf.format") +fs = require("acf.fs") -- returns a table of the "*.menu" tables -- startdir should be the app dir. -- cgit v1.2.3