aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/build.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/build.lua b/src/luarocks/build.lua
index af098f34..3c7f4405 100644
--- a/src/luarocks/build.lua
+++ b/src/luarocks/build.lua
@@ -3,6 +3,7 @@
3-- Builds a rock, compiling its C parts if any. 3-- Builds a rock, compiling its C parts if any.
4module("luarocks.build", package.seeall) 4module("luarocks.build", package.seeall)
5 5
6local pack = require("luarocks.pack")
6local path = require("luarocks.path") 7local path = require("luarocks.path")
7local util = require("luarocks.util") 8local util = require("luarocks.util")
8local rep = require("luarocks.rep") 9local rep = require("luarocks.rep")