Skip to content

Commit 4ba8d3e

Browse files
committed
ls: Fix Windows build
1 parent 2d63020 commit 4ba8d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/uu/ls/src/ls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// spell-checker:ignore (ToDO) somegroup nlink tabsize dired subdired dtype colorterm stringly nohash strtime
77

8+
#[cfg(unix)]
89
use std::collections::HashMap;
910
use std::iter;
1011
use std::ops::RangeInclusive;

0 commit comments

Comments
 (0)