Fix build failure on Windows

This commit is contained in:
timvisee 2023-01-30 18:40:43 +01:00
parent 342a55471c
commit cc2061ad7d
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -1,6 +1,7 @@
#[cfg(windows)] #[cfg(windows)]
pub mod windows; pub mod windows;
#[cfg(unix)]
use nix::{sys::signal, unistd::Pid}; use nix::{sys::signal, unistd::Pid};
/// Force kill process. /// Force kill process.