std: import HANDLE for os::list_dir for windows

This commit is contained in:
Erick Tryzelaar 2013-08-07 21:07:06 -07:00
parent e7f0882214
commit 7a5ee374e2

View File

@ -732,6 +732,7 @@ pub fn list_dir(p: &Path) -> ~[~str] {
FindNextFileW,
FindClose,
};
use libc::types::os::arch::extra::HANDLE;
use os::win32::{
as_utf16_p
};