diff options
| -rw-r--r-- | talpid-core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/lib.rs b/talpid-core/src/lib.rs index 8de9002c1a..a636a22466 100644 --- a/talpid-core/src/lib.rs +++ b/talpid-core/src/lib.rs @@ -21,7 +21,7 @@ mod ffi; #[cfg(windows)] mod winnet; -#[cfg(unix)] +#[cfg(any(target_os = "linux", target_os = "macos"))] /// Working with IP interface devices pub mod network_interface; #[cfg(unix)] |
