libstd: add missing imports
This commit is contained in:
@@ -290,6 +290,7 @@ pub mod dl {
|
||||
use c_str::ToCStr;
|
||||
use iter::IteratorExt;
|
||||
use libc;
|
||||
use ops::FnOnce;
|
||||
use os;
|
||||
use ptr;
|
||||
use result::Result;
|
||||
|
||||
@@ -163,6 +163,7 @@ pub fn getcwd() -> IoResult<Path> {
|
||||
pub mod windoze {
|
||||
use libc::types::os::arch::extra::DWORD;
|
||||
use libc;
|
||||
use ops::FnMut;
|
||||
use option::Option;
|
||||
use option::Option::None;
|
||||
use option;
|
||||
|
||||
Reference in New Issue
Block a user