Fix MIPS build errors in libstd/os/linux/raw.rs

This commit is contained in:
Kevin Mehall 2015-05-05 23:49:23 +00:00
parent 435622028f
commit dff7676b7d

View File

@ -60,8 +60,8 @@ mod arch {
#[cfg(any(target_arch = "mips",
target_arch = "mipsel"))]
mod arch {
use super::{dev_t, mode_t};
use os::raw::c_long;
use super::mode_t;
use os::raw::{c_long, c_ulong};
use os::unix::raw::{gid_t, uid_t};
pub type blkcnt_t = i32;