Fix compilation on linux

This commit is contained in:
Alex Crichton
2014-12-10 07:37:33 -08:00
committed by Aaron Turon
parent 9644d60cc4
commit 7a6c54c46e
3 changed files with 8 additions and 9 deletions

View File

@@ -57,7 +57,6 @@ use sync::atomic::{AtomicInt, INIT_ATOMIC_INT, SeqCst};
use vec::Vec;
#[cfg(unix)] use c_str::ToCStr;
#[cfg(unix)] use libc::c_char;
#[cfg(unix)]
pub use sys::ext as unix;