Skip to content

Commit 1cf2fe6

Browse files
committed
Fix Linux
1 parent fca6be0 commit 1cf2fe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/HTTPTypesFoundationNetworkingTests/HTTPTypesFoundationTests.swift

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ import HTTPTypes
1616
import HTTPTypesFoundationNetworking
1717
import XCTest
1818

19+
#if canImport(FoundationNetworking)
20+
import FoundationNetworking
21+
#endif
22+
1923
final class HTTPTypesFoundationNetworkingTests: XCTestCase {
2024
func testRequestToFoundation() throws {
2125
let request = HTTPRequest(

0 commit comments

Comments
 (0)