Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 12, 2024
1 parent 62bfb89 commit fbaaa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Curl/Curl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export
add_handle,
remove_handle

using Base: @lock
using LibCURL
using LibCURL: curl_off_t, libcurl
# not exported: https://github.com/JuliaWeb/LibCURL.jl/issues/87
Expand Down
2 changes: 1 addition & 1 deletion src/Downloads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for file downloading:
"""
module Downloads

import Base: @lock
using Base: @lock
using Base.Experimental: @sync
using NetworkOptions
using ArgTools
Expand Down

0 comments on commit fbaaa9b

Please sign in to comment.