Skip to content

Commit 7c0a607

Browse files
authored
Merge pull request #49 from simonjbeaumont/sb/musl-support
Support compiling against Musl
2 parents fe805ee + 146ca95 commit 7c0a607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/HTTPTypes/HTTPFields.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
import os.lock
1717
#elseif canImport(Glibc)
1818
import Glibc
19+
#elseif canImport(Musl)
20+
import Musl
1921
#elseif canImport(WASILibc)
2022
import WASILibc
2123
#endif

0 commit comments

Comments
 (0)