diff --git a/Sources/PNG/System.swift b/Sources/PNG/System.swift index 9632eec7..1a5b1311 100644 --- a/Sources/PNG/System.swift +++ b/Sources/PNG/System.swift @@ -4,8 +4,10 @@ #if os(macOS) || os(iOS) import Darwin -#elseif os(Linux) +#elseif canImport(Glibc) import Glibc +#elseif canImport(Musl) + import Musl #elseif os(Windows) #warning("Windows in not oficially supported and is untested platform (please open an issue at https://github.com/tayloraswift/swift-png/issues)") import ucrt