summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-05-15 10:37:19 -0400
committerTed Trask <ttrask01@yahoo.com>2015-05-15 10:37:19 -0400
commit4cd53810dd3d701470f8f2409ad887ce29adcdb3 (patch)
tree3edaf068673686361f588cc2fdb18d454aba0de2
parentf918c2ebacdeb0c2edcbca2675f7f1789c285461 (diff)
downloadacf-skins-jqmobile-4cd53810dd3d701470f8f2409ad887ce29adcdb3.tar.bz2
acf-skins-jqmobile-4cd53810dd3d701470f8f2409ad887ce29adcdb3.tar.xz
Added missing require statement
-rw-r--r--template-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/template-html.lsp b/template-html.lsp
index e8c5ace..c3f9e27 100644
--- a/template-html.lsp
+++ b/template-html.lsp
@@ -1,5 +1,7 @@
<% local viewtable, viewlibrary, pageinfo, session = ...
- html=require("acf.html") %>
+ html=require("acf.html")
+ posix = require("posix")
+%>
Status: 200 OK
Content-Type: text/html
<% if (session.id) then