Skip to content

Commit

Permalink
Merge pull request #80 from JuliaLang/sjk/workaround-10951
Browse files Browse the repository at this point in the history
Workaround for JuliaLang/julia#10951
  • Loading branch information
stevengj committed May 1, 2015
2 parents 42a1730 + 7340f9b commit b401232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ZMQ.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ else
end
if VERSION >= v"0.4.0-dev+3844"
using Base.Libdl, Base.Libc
using Base.Libdl: dlopen_e
else
using Base: EAGAIN
end
Expand Down

0 comments on commit b401232

Please sign in to comment.