]> code.octet-stream.net Git - netwatcher/blobdiff - src/lib.rs
Fix up deps for Linux
[netwatcher] / src / lib.rs
index 46218d2ceec0469263dd2ca48e61d90402b8af43..e7bf15234aaaf92a217e90a7d56c57598fdf93b5 100644 (file)
@@ -10,6 +10,7 @@ mod list;
 
 #[cfg_attr(windows, path = "watch_win.rs")]
 #[cfg_attr(target_vendor = "apple", path = "watch_mac.rs")]
+#[cfg_attr(target_os = "linux", path = "watch_linux.rs")]
 mod watch;
 
 #[cfg(unix)]