mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 04:40:22 -07:00
Fix build failure on Windows
This commit is contained in:
parent
342a55471c
commit
cc2061ad7d
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user