Skip to content

Commit b970561

Browse files
committed
---
yaml --- r: 34393 b: refs/heads/snap-stage3 c: 62f6f46 h: refs/heads/master i: 34391: 77fd1f5 v: v3
1 parent 8f3e398 commit b970561

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,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1f1e7e9616ba916cbcf94f46f19e83ba3b26c82d
4+
refs/heads/snap-stage3: 62f6f46072614d81b53c5487358c8589c91c7f95
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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)

branches/snap-stage3/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)