Skip to content

Commit 7a5ee37

Browse files
committed
std: import HANDLE for os::list_dir for windows
1 parent e7f0882 commit 7a5ee37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/os.rs

+1
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
732732
FindNextFileW,
733733
FindClose,
734734
};
735+
use libc::types::os::arch::extra::HANDLE;
735736
use os::win32::{
736737
as_utf16_p
737738
};

0 commit comments

Comments
 (0)