Skip to content

Commit b53be1e

Browse files
committed
Fix Windows build failure
1 parent a8836b6 commit b53be1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/FoundationEssentialsTests/ProcessInfoTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import FoundationEssentials
2222
import Darwin
2323
#elseif canImport(Glibc)
2424
@preconcurrency import Glibc
25+
#elseif canImport(CRT)
26+
import CRT
2527
#endif
2628

2729
// Since we can't really mock system settings like OS name,

0 commit comments

Comments
 (0)