Fix build failure on Windows
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user