From d17c18a168c0bd37154c42f16fdd24fd6108fc85 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 15 May 2015 10:34:15 -0400 Subject: Added missing require statement --- qos-model.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'qos-model.lua') diff --git a/qos-model.lua b/qos-model.lua index 1afd2b2..c78dd9e 100644 --- a/qos-model.lua +++ b/qos-model.lua @@ -2,6 +2,7 @@ local mymodule = {} -- Load libraries modelfunctions = require("modelfunctions") +posix = require("posix") fs = require("acf.fs") format = require("acf.format") -- cgit v1.2.3