mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Cleanup compilation warning in OSX (should still work on Linux).
This commit is contained in:
parent
0ff54a9773
commit
463f03826f
1 changed files with 1 additions and 0 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue