Skip to content

Commit de0b9b8

Browse files
authored
fix(patch): import Musl if it can be imported (#29)
1 parent 93a1618 commit de0b9b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Histogram/Histogram.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import Darwin
1515
#elseif canImport(Glibc)
1616
import Glibc
17+
#elseif canImport(Musl)
18+
import Musl
1719
#endif
1820

1921
import Numerics

0 commit comments

Comments
 (0)