Skip to content

Commit 8d62050

Browse files
committed
add missing imports
1 parent 720591b commit 8d62050

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/NIOSSL/IdentityVerification.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
import NIOCore
1616

17+
#if os(Linux) || os(FreeBSD) || os(Android)
18+
import CNIOLinux
19+
#endif
20+
1721
#if canImport(Darwin)
1822
import Darwin.C
1923
#elseif canImport(Musl)

0 commit comments

Comments
 (0)