Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
guoye-zhang committed Dec 7, 2024
1 parent 6900f67 commit cef2603
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import HTTPTypes
import HTTPTypesFoundationNetworking
import XCTest

#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

final class HTTPTypesFoundationNetworkingTests: XCTestCase {
func testRequestToFoundation() throws {
let request = HTTPRequest(
Expand Down

0 comments on commit cef2603

Please sign in to comment.