Skip to content

Commit

Permalink
Fix for issue #316. (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsauce committed Jul 27, 2017
1 parent 165fed5 commit 77108c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo/socket_ffi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

local log = require "turbo.log"
local util = require "turbo.util"
local bit = jit and require "bit" or require "bit32"
local ffi = require "ffi"
local platform = require "turbo.platform"
require "turbo.cdef"
Expand Down

0 comments on commit 77108c6

Please sign in to comment.