Skip to content

Commit 6706bd5

Browse files
authored
[6.0] Import Bionic module from new Android overlay (#212)
1 parent a588d92 commit 6706bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/IndexStoreDB/IndexStoreDB.swift

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import Foundation
1919
import Glibc
2020
#elseif os(Windows)
2121
import ucrt
22+
#elseif canImport(Bionic)
23+
import Bionic
2224
#else
2325
import Darwin.POSIX
2426
#endif

0 commit comments

Comments
 (0)