NIOPosix: add missing `CNIOWindows` import (#2184)

Add a missing import to match the other platforms.

Co-authored-by: Cory Benfield <lukasa@apple.com>
This commit is contained in:
Saleem Abdulrasool 2022-06-13 05:53:07 -07:00 committed by GitHub
parent ec4072c925
commit 3c3c2b8f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ import NIOCore
import CNIODarwin
#elseif os(Linux) || os(FreeBSD) || os(Android)
import CNIOLinux
#elseif os(Windows)
import CNIOWindows
#endif
/// Memory for use as `cmsghdr` and associated data.