We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2be88 commit 4792e54Copy full SHA for 4792e54
src/uu/touch/src/touch.rs
@@ -23,6 +23,7 @@ use std::io::{Error, ErrorKind};
23
use std::path::{Path, PathBuf};
24
use uucore::display::Quotable;
25
use uucore::error::{FromIo, UResult, USimpleError};
26
+#[cfg(unix)]
27
use uucore::libc;
28
use uucore::parser::shortcut_value_parser::ShortcutValueParser;
29
use uucore::translate;
0 commit comments