Merge pull request #122 from fdncred/fix_windows_compiling

fix to allow windows to compile
This commit is contained in:
Darren Schroeder 2021-10-11 14:13:45 -05:00 committed by GitHub
commit dada7a9867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
use std::env::current_dir;
#[cfg(unix)]
use std::os::unix::prelude::FileTypeExt;
use std::path::PathBuf;