1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

uniq: fix build

This commit is contained in:
Michael Gehring 2014-10-21 13:39:36 +02:00
parent f771d5dbc3
commit 5051a231dc

View file

@ -13,7 +13,7 @@
extern crate getopts;
use std::ascii::OwnedStrAsciiExt;
use std::ascii::OwnedAsciiExt;
use std::cmp::min;
use std::from_str::FromStr;
use std::io;