Skip to content

Commit 297e053

Browse files
committed
fix windows build
1 parent 185d5a6 commit 297e053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsc/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ fn check_debug() {
169169
#[cfg(windows)]
170170
fn check_store() {
171171
use std::io::Read;
172+
use util::EXIT_INVALID_ARGS;
172173

173174
let sys = System::new_with_specifics(RefreshKind::nothing().with_processes(ProcessRefreshKind::everything()));
174175
// get current process

0 commit comments

Comments
 (0)