Fix build error on linux
This commit is contained in:
parent
8640dce7bc
commit
3ad3a21eed
2 changed files with 2 additions and 13 deletions
|
@ -1,3 +1,5 @@
|
|||
#[cfg(target_os = "linux")]
|
||||
use nix::unistd::execvpe;
|
||||
use std::{
|
||||
collections::{BTreeMap, BTreeSet},
|
||||
ffi::{CString, OsString},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue