Skip to content

Commit d4bb188

Browse files
committed
Fixup
1 parent ebaaca3 commit d4bb188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mullvad-management-interface/src/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use crate::types;
44
#[cfg(not(target_os = "android"))]
55
use futures::{Stream, StreamExt};
6-
#[cfg(daita)]
6+
#[cfg(all(daita, not(target_os = "android")))]
77
use mullvad_types::wireguard::DaitaSettings;
88
use mullvad_types::{
99
access_method::AccessMethodSetting,

0 commit comments

Comments
 (0)