Skip to content

Commit a6ff728

Browse files
committed
Fix build error in ubuntu
1 parent 55b437e commit a6ff728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/HTTPClient/Extensions/Foundation/URLSession+Async.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
import Foundation
2+
#if canImport(FoundationNetworking)
3+
import FoundationNetworking
4+
#endif
25

36
@available(iOS, introduced: 13.0, deprecated: 15.0, message: "Use the built-in API instead")
47
extension URLSession {

0 commit comments

Comments
 (0)