Cleanup compilation warning in OSX (should still work on Linux).

This commit is contained in:
Adenilson Cavalcanti 2015-03-03 14:39:02 -08:00
parent 0ff54a9773
commit 463f03826f

View file

@ -7,6 +7,7 @@
use libc::{c_char,c_int,c_void,size_t};
use std::borrow::ToOwned;
use std::ffi::CString;
#[cfg(target_os = "linux")]
use std::iter::AdditiveIterator;
use std::old_io::timer::sleep;
#[cfg(target_os="linux")]