diff options
| author | Ted Trask <ttrask01@yahoo.com> | 2015-05-15 10:34:15 -0400 | 
|---|---|---|
| committer | Ted Trask <ttrask01@yahoo.com> | 2015-05-15 10:34:15 -0400 | 
| commit | d17c18a168c0bd37154c42f16fdd24fd6108fc85 (patch) | |
| tree | 18cf75cd490fe83cb0804b3efefd55cf22062462 | |
| parent | da0effa01236b359d70d4c67715da70a60141a94 (diff) | |
| download | acf-iproute2-qos-d17c18a168c0bd37154c42f16fdd24fd6108fc85.tar.bz2 acf-iproute2-qos-d17c18a168c0bd37154c42f16fdd24fd6108fc85.tar.xz | |
Added missing require statement
| -rw-r--r-- | qos-model.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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") | 
