Update for rustc

This commit is contained in:
Pierre Krieger 2014-11-26 21:22:44 +01:00
parent 3ec343d12c
commit 71d463f865
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ use std::{mem, ptr};
use std::cell::Cell;
use std::sync::atomic::AtomicBool;
use super::ffi;
use sync::one::{Once, ONCE_INIT};
use std::sync::{Once, ONCE_INIT};
pub use self::monitor::{MonitorID, get_available_monitors, get_primary_monitor};