Skip to content

Commit

Permalink
Fixed iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbit committed Apr 30, 2015
1 parent 42bfeec commit e50df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/os/ios/raw.rs
Expand Up @@ -11,7 +11,7 @@
//! iOS-specific raw type definitions

use os::raw::c_long;
use os::unix::raw::{uid_t, gid_t, pid_t};
use os::unix::raw::{uid_t, gid_t};

pub type blkcnt_t = i64;
pub type blksize_t = i32;
Expand Down

0 comments on commit e50df77

Please sign in to comment.