Skip to content

Commit fbbabb4

Browse files
committed
Fix missing Windows import ucrt
1 parent 3cde639 commit fbbabb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/WASI/Poll.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import SystemPackage
88
import Musl
99
#elseif canImport(Android)
1010
import Android
11+
#elseif os(Windows)
12+
import ucrt
1113
#else
1214
#error("Unsupported Platform")
1315
#endif

0 commit comments

Comments
 (0)