Skip to content

Commit e98ec3d

Browse files
momfByron
momf
authored andcommitted
fixed import bug
1 parent 9efaee0 commit e98ec3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
extern crate winapi;
4242

4343
#[cfg(not(windows))]
44-
use std::process::Stdio;
44+
use std::process::{Command, Stdio};
4545

4646
use std::{
4747
ffi::OsStr,

0 commit comments

Comments
 (0)