Skip to content

Commit a88653a

Browse files
committed
fix
1 parent 843fa26 commit a88653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Helpers/HTTP/URLSession+HTTPRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private enum HTTPTypeConversionError: Error {
3131

3232
#endif
3333

34-
#if (os(Linux) || os(Windows)) && compiler(<6)
34+
#if canImport(FoundationNetworking) && compiler(<6)
3535

3636
@available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
3737
extension URLSession {

0 commit comments

Comments
 (0)