Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed May 16, 2024
1 parent 5b03fd1 commit 6dfa477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talpid-tunnel-config-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod sys {
pub use libc::{socklen_t, IPPROTO_TCP, TCP_MAXSEG};
pub use std::os::fd::RawFd;
}
#[cfg(not(target_os = "ios"))]
#[cfg(not(any(target_os = "windows", target_os = "ios")))]
pub use std::os::fd::AsRawFd;
#[cfg(target_os = "windows")]
mod sys {
Expand Down

0 comments on commit 6dfa477

Please sign in to comment.