Skip to content

Commit fb4c370

Browse files
committed
Add support for Android
1 parent b799051 commit fb4c370

File tree

1 file changed

+2
-0
lines changed
  • Sources/OpenAPIURLSession/BufferedStream

1 file changed

+2
-0
lines changed

Sources/OpenAPIURLSession/BufferedStream/Lock.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
import Darwin
3131
#elseif canImport(Glibc)
3232
import Glibc
33+
#elseif canImport(Bionic)
34+
import Bionic
3335
#elseif os(Windows)
3436
import WinSDK
3537
#endif

0 commit comments

Comments
 (0)