mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
wc: fix build
This commit is contained in:
@@ -15,7 +15,8 @@ extern crate getopts;
|
|||||||
extern crate libc;
|
extern crate libc;
|
||||||
|
|
||||||
use std::str::from_utf8;
|
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 StdResult = std::result::Result;
|
||||||
use getopts::Matches;
|
use getopts::Matches;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user