Skip to content

Commit 69cbff0

Browse files
committed
---
yaml --- r: 41559 b: refs/heads/master c: 62f6f46 h: refs/heads/master i: 41557: 2e23764 41555: c837a18 41551: 42711f3 v: v3
1 parent 442ea83 commit 69cbff0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1f1e7e9616ba916cbcf94f46f19e83ba3b26c82d
2+
refs/heads/master: 62f6f46072614d81b53c5487358c8589c91c7f95
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcore/os.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ pub fn fill_charp_buf(f: fn(*mut c_char, size_t) -> bool)
8888

8989
#[cfg(windows)]
9090
pub mod win32 {
91+
use libc;
92+
use vec;
93+
use str;
94+
use option;
9195
use libc::types::os::arch::extra::DWORD;
9296

9397
pub fn fill_utf16_buf_and_decode(f: fn(*mut u16, DWORD) -> DWORD)

trunk/src/libcore/path.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ mod stat {
219219
#[cfg(target_os = "win32")]
220220
mod stat {
221221
pub mod arch {
222+
use libc;
222223
pub fn default_stat() -> libc::stat {
223224
libc::stat {
224225
st_dev: 0,

0 commit comments

Comments
 (0)