wc: fix build

This commit is contained in:
Michael Gehring 2014-07-10 08:50:14 +02:00
parent 7b7e5c8543
commit 4eb4a1feff

View file

@ -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;