X-Git-Url: https://code.octet-stream.net/netwatcher/blobdiff_plain/0ecc1ee8ddfdf50d813fe18794eb27ac4ec0cf56..0fdfcccec1a2e6cbd70ec47a57a255fbe1e285e0:/src/lib.rs diff --git a/src/lib.rs b/src/lib.rs index af5b7af..9f82092 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,9 @@ use std::{ }; #[cfg_attr(windows, path = "imp_win.rs")] +#[cfg_attr(target_vendor = "apple", path = "imp_mac.rs")] mod imp; +mod util; type IfIndex = u32;