We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0fdf9 commit 8680ec5Copy full SHA for 8680ec5
1 file changed
Sources/AsyncSwiftIO/AsyncI2C.swift
@@ -17,7 +17,9 @@
17
import AsyncAlgorithms
18
import AsyncExtensions
19
import CSwiftIO
20
+#if canImport(Glibc)
21
import Glibc
22
+#endif
23
#if canImport(IORing)
24
import IORing
25
#endif
0 commit comments