renice: disable import on Windows

This commit is contained in:
Daniel Hofstetter
2024-04-08 14:16:51 +02:00
parent 31581cb36f
commit d2bc274e0c
+1
View File
@@ -7,6 +7,7 @@ use clap::{crate_version, Arg, Command};
#[cfg(not(windows))]
use libc::PRIO_PROCESS;
use std::env;
#[cfg(not(windows))]
use std::io::Error;
use std::process;
use uucore::{error::UResult, format_usage, help_about, help_usage};