diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ltn12.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ltn12.lua b/src/ltn12.lua index 1014de2..f75cd07 100644 --- a/src/ltn12.lua +++ b/src/ltn12.lua | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | ----------------------------------------------------------------------------- | 9 | ----------------------------------------------------------------------------- |
| 10 | local string = require("string") | 10 | local string = require("string") |
| 11 | local table = require("table") | 11 | local table = require("table") |
| 12 | local unpack = unpack or table.unpack | ||
| 12 | local base = _G | 13 | local base = _G |
| 13 | local _M = {} | 14 | local _M = {} |
| 14 | if module then -- heuristic for exporting a global package table | 15 | if module then -- heuristic for exporting a global package table |
