mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
wc: fix build
This commit is contained in:
parent
7b7e5c8543
commit
4eb4a1feff
1 changed files with 2 additions and 1 deletions
3
wc/wc.rs
3
wc/wc.rs
|
@ -15,7 +15,8 @@ extern crate getopts;
|
|||
extern crate libc;
|
||||
|
||||
use std::str::from_utf8;
|
||||
use std::io::{print, stdin_raw, File, BufferedReader};
|
||||
use std::io::{print, File, BufferedReader};
|
||||
use std::io::stdio::stdin_raw;
|
||||
use StdResult = std::result::Result;
|
||||
use getopts::Matches;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue