Add missing mstcpip feature flag to winapi dependency.

This commit is contained in:
Émile Grégoire
2021-03-22 17:23:36 -04:00
committed by Thomas de Zeeuw
parent 3d90b7e4a9
commit eea13df15a
+1 -1
View File
@@ -50,7 +50,7 @@ libc = "0.2.86"
[target.'cfg(windows)'.dependencies]
miow = "0.3.6"
winapi = { version = "0.3", features = ["winsock2", "mswsock"] }
winapi = { version = "0.3", features = ["winsock2", "mswsock", "mstcpip"] }
ntapi = "0.3"
[dev-dependencies]