Fix build failure on Windows

This commit is contained in:
timvisee
2023-01-30 18:40:43 +01:00
parent 342a55471c
commit cc2061ad7d

View File

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