Skip to content

Commit

Permalink
fix os condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel committed Oct 23, 2024
1 parent dc15476 commit 00e9ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Helpers/URLSession+AsyncAwait.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

#if os(Linux) && os(Windows) && compiler(<6)
#if (os(Linux) || os(Windows)) && compiler(<6)
import HTTPTypes
import HTTPTypesFoundation

Expand Down

0 comments on commit 00e9ef9

Please sign in to comment.