File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1f1e7e9616ba916cbcf94f46f19e83ba3b26c82d
2
+ refs/heads/master: 62f6f46072614d81b53c5487358c8589c91c7f95
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ pub fn fill_charp_buf(f: fn(*mut c_char, size_t) -> bool)
88
88
89
89
#[ cfg( windows) ]
90
90
pub mod win32 {
91
+ use libc;
92
+ use vec;
93
+ use str;
94
+ use option;
91
95
use libc:: types:: os:: arch:: extra:: DWORD ;
92
96
93
97
pub fn fill_utf16_buf_and_decode ( f : fn ( * mut u16 , DWORD ) -> DWORD )
Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ mod stat {
219
219
#[ cfg( target_os = "win32" ) ]
220
220
mod stat {
221
221
pub mod arch {
222
+ use libc;
222
223
pub fn default_stat ( ) -> libc:: stat {
223
224
libc:: stat {
224
225
st_dev : 0 ,
You can’t perform that action at this time.
0 commit comments