libstd: add missing imports
This commit is contained in:
parent
6f28816f87
commit
db8300ce06
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue