Skip to content

Commit 7f892ed

Browse files
committed
[gardening]
1 parent 4336a99 commit 7f892ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/AllocatedLock.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public extension AllocatedLock where State == Void {
7777
}
7878

7979
#if canImport(Darwin)
80+
8081
@_implementationOnly import os
8182

8283
extension AllocatedLock {
@@ -111,6 +112,7 @@ extension AllocatedLock {
111112
}
112113

113114
#elseif canImport(Glibc)
115+
114116
@_implementationOnly import Glibc
115117

116118
extension AllocatedLock {
@@ -151,6 +153,7 @@ extension AllocatedLock {
151153
}
152154

153155
#elseif canImport(WinSDK)
156+
154157
@_implementationOnly import ucrt
155158
@_implementationOnly import WinSDK
156159

0 commit comments

Comments
 (0)