Skip to content

Commit 9cc571b

Browse files
committed
Fix windows stdlib build
1 parent 602015f commit 9cc571b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ widestring = { workspace = true }
112112
[target.'cfg(windows)'.dependencies.winapi]
113113
version = "0.3.9"
114114
features = [
115-
"winsock2", "ifdef", "netioapi",
115+
"winsock2", "ifdef", "netioapi", "ws2tcpip",
116116
]
117117

118118
[target.'cfg(windows)'.dependencies.windows-sys]

0 commit comments

Comments
 (0)