summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-ipc-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-ipc-client/Cargo.toml b/mullvad-ipc-client/Cargo.toml
index bb2d7fbfb4..7a7513eeab 100644
--- a/mullvad-ipc-client/Cargo.toml
+++ b/mullvad-ipc-client/Cargo.toml
@@ -14,4 +14,4 @@ talpid-types = { path = "../talpid-types" }
mullvad-paths = { path = "../mullvad-paths" }
[target.'cfg(windows)'.dependencies]
-winapi = { version = "0.3.5", features = ["accctrl", "aclapi"] }
+winapi = { version = "0.3.5", features = ["accctrl", "aclapi", "securitybaseapi", "winbase", "winerror", "winnt"] }