diff --git a/apps/desktop/desktop_native/ssh_agent/examples/integration.rs b/apps/desktop/desktop_native/ssh_agent/examples/integration.rs index 4c679cfccbd..9d9f4d70296 100644 --- a/apps/desktop/desktop_native/ssh_agent/examples/integration.rs +++ b/apps/desktop/desktop_native/ssh_agent/examples/integration.rs @@ -1,3 +1,5 @@ +#![cfg(target_os = "linux")] + use std::{fs, process::Command, sync::Arc}; use ssh_agent::{agent::{ui_requester::{UiRequestMessage, UiRequester}, BitwardenDesktopAgent}, memory::UnlockedSshItem, protocol::types::{KeyPair, PrivateKey}, transport::unix_listener_stream::UnixListenerStream};