Skip to content

Commit 9837fef

Browse files
kateinoigakukunrunner
authored andcommitted
[wasm][test] Add missing WASILibc import
1 parent 70b7869 commit 9837fef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/cancellation_handler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import Darwin
1313
#elseif canImport(Glibc)
1414
import Glibc
15+
#elseif os(WASI)
16+
import WASILibc
1517
#elseif os(Windows)
1618
import WinSDK
1719
#endif

0 commit comments

Comments
 (0)