Skip to content

Commit

Permalink
Add missing Command import
Browse files Browse the repository at this point in the history
Silly me
  • Loading branch information
hybras committed Feb 24, 2021
1 parent 4545425 commit c910278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mod windows {
use std::ffi::OsStr;
use std::io;
use std::os::windows::{ffi::OsStrExt, process::ExitStatusExt};
use std::process::ExitStatus;
use std::process::{Command, ExitStatus};
use std::ptr;

use winapi::ctypes::c_int;
Expand Down

0 comments on commit c910278

Please sign in to comment.