We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe805ee + 146ca95 commit 7c0a607Copy full SHA for 7c0a607
Sources/HTTPTypes/HTTPFields.swift
@@ -16,6 +16,8 @@
16
import os.lock
17
#elseif canImport(Glibc)
18
import Glibc
19
+#elseif canImport(Musl)
20
+import Musl
21
#elseif canImport(WASILibc)
22
import WASILibc
23
#endif
0 commit comments