Skip to content

Commit cc2061a

Browse files
committed
Fix build failure on Windows
1 parent 342a554 commit cc2061a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/os/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[cfg(windows)]
22
pub mod windows;
33

4+
#[cfg(unix)]
45
use nix::{sys::signal, unistd::Pid};
56

67
/// Force kill process.

0 commit comments

Comments
 (0)