Skip to content

Commit cef2603

Browse files
committed
Fix Linux
1 parent 6900f67 commit cef2603

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)