Skip to content

Commit d794777

Browse files
committed
add os condition
1 parent 8b2ae5d commit d794777

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/Helpers/URLSession+AsyncAwait.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import Foundation
2-
3-
#if compiler(<6)
1+
#if os(Linux) && os(Windows) && compiler(<6)
42
import HTTPTypes
53
import HTTPTypesFoundation
64

0 commit comments

Comments
 (0)