Fix Windows build
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
use super::terminal::Terminal;
|
use super::terminal::Terminal;
|
||||||
use failure::Error;
|
use failure::Error;
|
||||||
use self_update_crate;
|
use self_update_crate;
|
||||||
|
#[cfg(unix)]
|
||||||
use std::env;
|
use std::env;
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
use std::os::unix::process::CommandExt;
|
use std::os::unix::process::CommandExt;
|
||||||
|
|||||||
Reference in New Issue
Block a user