aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/stun.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/stun.lua b/net/stun.lua
index 688becc3..a718d4ef 100644
--- a/net/stun.lua
+++ b/net/stun.lua
@@ -3,6 +3,7 @@ local hashes = require "util.hashes";
local net = require "util.net";
local random = require "util.random";
local struct = require "util.struct";
+local bit32 = require"util.bitcompat";
local sxor = require"util.strbitop".sxor;
--- Public helpers